Commit c51e0cd6 authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos

lavf/flvdec: Remove an outdated comment.

The buffer size was increased in b2fecce3 to prepare for 790a3cdf.
parent 0e554bf4
......@@ -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;
......
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