Index: content/common/gpu/media/vt.sig |
diff --git a/content/common/gpu/media/vt.sig b/content/common/gpu/media/vt.sig |
index 13d5bd6c34ea70f01cc838325838c51022ae7564..236a52a4801ae12c50b4cebcf14d646451d9370f 100644 |
--- a/content/common/gpu/media/vt.sig |
+++ b/content/common/gpu/media/vt.sig |
@@ -10,6 +10,7 @@ CMVideoDimensions CMVideoFormatDescriptionGetDimensions(CMVideoFormatDescription |
//------------------------------------------------ |
// Functions from VideoToolbox.framework used in VTVideoDecodeAccelerator. |
//------------------------------------------------ |
+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); |