mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
lavc/videotoolbox: remove config_info maximum capacity
In case of extradata, config_info will contain two entries instead of one.
This commit is contained in:
parent
6fd58eba1c
commit
6cb550e933
@ -407,7 +407,7 @@ static CFDictionaryRef videotoolbox_decoder_config_create(CMVideoCodecType codec
|
||||
AVCodecContext *avctx)
|
||||
{
|
||||
CFMutableDictionaryRef config_info = CFDictionaryCreateMutable(kCFAllocatorDefault,
|
||||
1,
|
||||
0,
|
||||
&kCFTypeDictionaryKeyCallBacks,
|
||||
&kCFTypeDictionaryValueCallBacks);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user