summaryrefslogtreecommitdiffstats
path: root/libavformat/flvdec.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2015-01-01 18:15:16 +0100
committerMichael Niedermayer <michaelni@gmx.at>2015-01-01 18:16:04 +0100
commiteb767a276bfdb9a0493bdb0b38203638230b7ccb (patch)
treec0a37e53b994f43df673ebb0bcf8f4a7c4be796a /libavformat/flvdec.c
parent322f0f5960a743cac47252d90a0f1ea7a025feff (diff)
downloadffmpeg-streaming-eb767a276bfdb9a0493bdb0b38203638230b7ccb.zip
ffmpeg-streaming-eb767a276bfdb9a0493bdb0b38203638230b7ccb.tar.gz
avformat/flvdec: Increase string array size
Fixes parsing httphostheader of Scarlatti\,\ Pieter-Jan\ Belder\ -\ Sonata\ K113\ in\ A\ major\ -\ Alle.flv Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/flvdec.c')
-rw-r--r--libavformat/flvdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/flvdec.c b/libavformat/flvdec.c
index 993b5a2..dc0edf2 100644
--- a/libavformat/flvdec.c
+++ b/libavformat/flvdec.c
@@ -390,7 +390,7 @@ static int amf_parse_object(AVFormatContext *s, AVStream *astream,
FLVContext *flv = s->priv_data;
AVIOContext *ioc;
AMFDataType amf_type;
- char str_val[256];
+ char str_val[1024];
double num_val;
num_val = 0;
OpenPOWER on IntegriCloud