Commit b2fecce3 authored by Michael Niedermayer's avatar Michael Niedermayer

avformat/flvdec: increase buffer size for parsing metadata string key

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 6fd15d6e
......@@ -558,7 +558,7 @@ static int flv_read_metabody(AVFormatContext *s, int64_t next_pos)
int i;
// only needs to hold the string "onMetaData".
// Anything longer is something we don't want.
char buffer[11];
char buffer[32];
astream = NULL;
vstream = NULL;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment