| 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..a5355ce423657bab8bcef56219fea45d9f4da056 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 VTDecompressionSessionFinishDelayedFrames(VTDecompressionSessionRef session);
|
| +OSStatus VTSessionCopyProperty(VTSessionRef session, CFStringRef propertyKey, CFAllocatorRef allocator, void *propertyValueOut);
|
|
|