Changeset 264721 in webkit
- Timestamp:
- Jul 22, 2020, 12:58:53 PM (5 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r264719 r264721 1 2020-07-22 Jer Noble <jer.noble@apple.com> 2 3 Further unreviewed build fix after r264710; need more HAVE_AVPLAYER_VIDEORANGEOVERRIDE guards. 4 5 * platform/graphics/avfoundation/objc/MediaPlayerPrivateAVFoundationObjC.mm: 6 1 7 2020-07-22 Jer Noble <jer.noble@apple.com> 2 8 -
trunk/Source/WebCore/platform/graphics/avfoundation/objc/MediaPlayerPrivateAVFoundationObjC.mm
r264719 r264721 878 878 } 879 879 880 #if HAVE(AVPLAYER_VIDEORANGEOVERRIDE) 880 881 static NSString* convertDynamicRangeModeEnumToAVVideoRange(DynamicRangeMode mode) 881 882 { … … 896 897 return nil; 897 898 } 899 #endif 898 900 899 901 void MediaPlayerPrivateAVFoundationObjC::createAVPlayer()
Note:
See TracChangeset
for help on using the changeset viewer.