From 42dd6a145aa41d8b785665c3d1d32cdb72b58f97 Mon Sep 17 00:00:00 2001 From: Alessandro Decina Date: Fri, 2 Mar 2012 08:13:10 +0100 Subject: [PATCH] applemedia: update format description helper signature Update the FigVideoFormatDescriptionCreateWithSampleDescriptionExtensionAtom signature to match the implementation on OSX Lion. --- sys/applemedia/cmapi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/applemedia/cmapi.h b/sys/applemedia/cmapi.h index a75352a..0c1b74f 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); -- 2.7.4