summaryrefslogtreecommitdiff
path: root/libavformat/flvdec.c
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <ceffmpeg@gmail.com>2018-07-25 15:08:43 +0200
committerCarl Eugen Hoyos <ceffmpeg@gmail.com>2018-07-25 15:08:43 +0200
commitc51e0cd6edbe9c5e27d7ab4be7d8063210b7d2a4 (patch)
tree6d3fa93229223daff6ad3de30460fe2af56e637d /libavformat/flvdec.c
parent0e554bf4b9de82256b5115c53f43df09d555fc75 (diff)
lavf/flvdec: Remove an outdated comment.
The buffer size was increased in b2fecce3 to prepare for 790a3cdf.
Diffstat (limited to 'libavformat/flvdec.c')
-rw-r--r--libavformat/flvdec.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavformat/flvdec.c b/libavformat/flvdec.c
index 34c3e08bad..975641757a 100644
--- a/libavformat/flvdec.c
+++ b/libavformat/flvdec.c
@@ -654,8 +654,6 @@ static int flv_read_metabody(AVFormatContext *s, int64_t next_pos)
AVStream av_unused *dstream;
AVIOContext *ioc;
int i;
- // only needs to hold the string "onMetaData".
- // Anything longer is something we don't want.
char buffer[32];
astream = NULL;