diff options
author | Carl Eugen Hoyos <ceffmpeg@gmail.com> | 2018-07-25 15:08:43 +0200 |
---|---|---|
committer | Carl Eugen Hoyos <ceffmpeg@gmail.com> | 2018-07-25 15:08:43 +0200 |
commit | c51e0cd6edbe9c5e27d7ab4be7d8063210b7d2a4 (patch) | |
tree | 6d3fa93229223daff6ad3de30460fe2af56e637d | |
parent | 0e554bf4b9de82256b5115c53f43df09d555fc75 (diff) | |
download | ffmpeg-c51e0cd6edbe9c5e27d7ab4be7d8063210b7d2a4.tar.gz |
lavf/flvdec: Remove an outdated comment.
The buffer size was increased in b2fecce3 to prepare for 790a3cdf.
-rw-r--r-- | libavformat/flvdec.c | 2 |
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; |