You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-20 06:16:02 +02:00
avformat/flvdec: increase buffer size for parsing metadata string key
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@ -558,7 +558,7 @@ static int flv_read_metabody(AVFormatContext *s, int64_t next_pos)
|
|||||||
int i;
|
int i;
|
||||||
// only needs to hold the string "onMetaData".
|
// only needs to hold the string "onMetaData".
|
||||||
// Anything longer is something we don't want.
|
// Anything longer is something we don't want.
|
||||||
char buffer[11];
|
char buffer[32];
|
||||||
|
|
||||||
astream = NULL;
|
astream = NULL;
|
||||||
vstream = NULL;
|
vstream = NULL;
|
||||||
|
Reference in New Issue
Block a user