Skip to content

Commit

Permalink
Revert 5706da0. rdar://problem/103561991
Browse files Browse the repository at this point in the history
  • Loading branch information
alancoon committed Dec 20, 2022
1 parent 492b0d9 commit 998b5b2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 10 deletions.
4 changes: 0 additions & 4 deletions Source/WTF/wtf/PlatformUse.h
Expand Up @@ -372,10 +372,6 @@
#define USE_NSVIEW_SEMANTICCONTEXT 1
#endif

#if PLATFORM(IOS) && __IPHONE_OS_VERSION_MIN_REQUIRED >= 170000
#define USE_MEDIAPARSERD 1
#endif

#if (PLATFORM(MAC) && __MAC_OS_X_VERSION_MIN_REQUIRED < 130000)
#define USE_AVIF 1
#endif
Expand Down
6 changes: 0 additions & 6 deletions Source/WebCore/PAL/pal/spi/cocoa/AVFoundationSPI.h
Expand Up @@ -479,9 +479,3 @@ NS_ASSUME_NONNULL_BEGIN
NS_ASSUME_NONNULL_END

#endif // HAVE(AVSAMPLEBUFFERVIDEOOUTPUT)

#if USE(MEDIAPARSERD)
@interface AVStreamDataParser (SandboxedParsing)
@property (nonatomic) BOOL preferSandboxedParsing;
@end
#endif
4 changes: 4 additions & 0 deletions Source/WebCore/PAL/pal/spi/cocoa/AVStreamDataParserSPI.h
Expand Up @@ -70,4 +70,8 @@ typedef NS_ENUM(NSUInteger, AVStreamDataParserOutputMediaDataFlags) {
@interface AVStreamDataParser (AVStreamDataParserContentKeyEligibility) <AVContentKeyRecipient>
@end

@interface AVStreamDataParser (AVStreamDataParserSandboxedParsing)
@property (nonatomic) BOOL preferSandboxedParsing;
@end

NS_ASSUME_NONNULL_END

0 comments on commit 998b5b2

Please sign in to comment.