Skip to content

MediaExtension macOS xcode16.2 b2

Alex Soto edited this page Nov 6, 2024 · 2 revisions

#MediaExtension.framework

diff -ruN /Applications/Xcode_16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/MediaExtension.framework/Headers/MERAWProcessor.h /Applications/Xcode_16.2.0-beta2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/MediaExtension.framework/Headers/MERAWProcessor.h
--- /Applications/Xcode_16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/MediaExtension.framework/Headers/MERAWProcessor.h	2024-10-04 00:08:40
+++ /Applications/Xcode_16.2.0-beta2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/MediaExtension.framework/Headers/MERAWProcessor.h	2024-10-24 18:27:12
@@ -82,7 +82,7 @@
 
 	Creation:
 		An instance of an MERAWProcessorExtension factory object is created the first time a given processor is opened
-		by the VideoToolbox in a process. The processorWithCodecType: method on the MERAWProcessorExtension
+		by the VideoToolbox in a process. The processorWithFormatDescription: method on the MERAWProcessorExtension
 		object will be called once for each processor instance needed. The processor can evaluate the provided codecType
 		and CMVideoFormatDescription at this point and confirm whether it is able to process the specified format. If the
 		processor cannot process the format, the factory routine should return MEErrorUnsupportedFeature. This sequence of

Clone this wiki locally