| Index: content/common/gpu/media/vt.sig
|
| diff --git a/content/common/gpu/media/vt.sig b/content/common/gpu/media/vt.sig
|
| index a9639a36c5e4e8163ffdd9d8b94218caf67e0a78..39c408e32c95dd69146b427ac20d8f14449352e7 100644
|
| --- a/content/common/gpu/media/vt.sig
|
| +++ b/content/common/gpu/media/vt.sig
|
| @@ -14,3 +14,4 @@ Boolean VTDecompressionSessionCanAcceptFormatDescription(VTDecompressionSessionR
|
| OSStatus VTDecompressionSessionCreate(CFAllocatorRef allocator, CMVideoFormatDescriptionRef videoFormatDescription, CFDictionaryRef videoDecoderSpecification, CFDictionaryRef destinationImageBufferAttributes, const VTDecompressionOutputCallbackRecord *outputCallback, VTDecompressionSessionRef *decompressionSessionOut);
|
| OSStatus VTDecompressionSessionDecodeFrame(VTDecompressionSessionRef session, CMSampleBufferRef sampleBuffer, VTDecodeFrameFlags decodeFlags, void *sourceFrameRefCon, VTDecodeInfoFlags *infoFlagsOut);
|
| OSStatus VTDecompressionSessionWaitForAsynchronousFrames(VTDecompressionSessionRef session);
|
| +OSStatus VTSessionCopyProperty(VTSessionRef session, CFStringRef propertyKey, CFAllocatorRef allocator, void *propertyValueOut);
|
|
|