| Index: content/common/gpu/media/vt.sig
|
| diff --git a/content/common/gpu/media/vt.sig b/content/common/gpu/media/vt.sig
|
| index 236a52a4801ae12c50b4cebcf14d646451d9370f..a9639a36c5e4e8163ffdd9d8b94218caf67e0a78 100644
|
| --- a/content/common/gpu/media/vt.sig
|
| +++ b/content/common/gpu/media/vt.sig
|
| @@ -13,4 +13,4 @@ CMVideoDimensions CMVideoFormatDescriptionGetDimensions(CMVideoFormatDescription
|
| Boolean VTDecompressionSessionCanAcceptFormatDescription(VTDecompressionSessionRef session, CMFormatDescriptionRef newFormatDesc);
|
| 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);
|
| +OSStatus VTDecompressionSessionWaitForAsynchronousFrames(VTDecompressionSessionRef session);
|
|
|