diff --git a/sys/applemedia/cmapi.h b/sys/applemedia/cmapi.h index a75352a076..0c1b74f545 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);