You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
lavc/sheervideo: Increase av_get_codec_tag_string() input buffer size.
A size of 32 is typically used.
This commit is contained in:
@@ -2879,7 +2879,7 @@ static int decode_frame(AVCodecContext *avctx,
|
||||
AVFrame *p = data;
|
||||
GetBitContext gb;
|
||||
unsigned format;
|
||||
char format_str[16];
|
||||
char format_str[32];
|
||||
int ret;
|
||||
|
||||
if (avpkt->size <= 20)
|
||||
|
Reference in New Issue
Block a user