summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/applemedia/cmapi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/applemedia/cmapi.h b/sys/applemedia/cmapi.h
index a75352a07..0c1b74f54 100644
--- a/sys/applemedia/cmapi.h
+++ b/sys/applemedia/cmapi.h
@@ -134,7 +134,7 @@ struct _GstCMApi
CFDictionaryRef extensions, CMFormatDescriptionRef * desc);
OSStatus (* FigVideoFormatDescriptionCreateWithSampleDescriptionExtensionAtom)
(CFAllocatorRef allocator, UInt32 formatId, UInt32 width, UInt32 height,
- UInt32 atomId, const UInt8 * data, CFIndex len,
+ UInt32 atomId, const UInt8 * data, CFIndex len, void *unk1,
CMFormatDescriptionRef * formatDesc);
CMVideoDimensions (* CMVideoFormatDescriptionGetDimensions) (
const CMFormatDescriptionRef desc);