From c51e0cd6edbe9c5e27d7ab4be7d8063210b7d2a4 Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos <ceffmpeg@gmail.com> Date: Wed, 25 Jul 2018 15:08:43 +0200 Subject: [PATCH] lavf/flvdec: Remove an outdated comment. The buffer size was increased in b2fecce3 to prepare for 790a3cdf. --- libavformat/flvdec.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/libavformat/flvdec.c b/libavformat/flvdec.c index 34c3e08bad2..975641757ad 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; -- GitLab