| Index: content/common/gpu/media/vt.sig
|
| diff --git a/content/common/gpu/media/vt.sig b/content/common/gpu/media/vt.sig
|
| index 06fa52f475e26c59a535e90ebaf1c42edce63787..13d5bd6c34ea70f01cc838325838c51022ae7564 100644
|
| --- a/content/common/gpu/media/vt.sig
|
| +++ b/content/common/gpu/media/vt.sig
|
| @@ -12,3 +12,4 @@ CMVideoDimensions CMVideoFormatDescriptionGetDimensions(CMVideoFormatDescription
|
| //------------------------------------------------
|
| 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 VTDecompressionSessionFinishDelayedFrames(VTDecompressionSessionRef session);
|
|
|