diff options
author | Alessandro Decina <alessandro.d@gmail.com> | 2012-03-02 08:13:10 +0100 |
---|---|---|
committer | Alessandro Decina <alessandro.d@gmail.com> | 2012-03-03 19:04:36 +0100 |
commit | 42dd6a145aa41d8b785665c3d1d32cdb72b58f97 (patch) | |
tree | 0a805027e072c2527b6db3702009da108a39cdc0 | |
parent | ea4a0d1c2de926dd9e08faa386653cc962d77e34 (diff) |
applemedia: update format description helper signature
Update the FigVideoFormatDescriptionCreateWithSampleDescriptionExtensionAtom
signature to match the implementation on OSX Lion.
-rw-r--r-- | sys/applemedia/cmapi.h | 2 |
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); |