You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
lavf/flvdec: Remove an outdated comment.
The buffer size was increased inb2fecce3
to prepare for790a3cdf
.
This commit is contained in:
@@ -654,8 +654,6 @@ static int flv_read_metabody(AVFormatContext *s, int64_t next_pos)
|
|||||||
AVStream av_unused *dstream;
|
AVStream av_unused *dstream;
|
||||||
AVIOContext *ioc;
|
AVIOContext *ioc;
|
||||||
int i;
|
int i;
|
||||||
// only needs to hold the string "onMetaData".
|
|
||||||
// Anything longer is something we don't want.
|
|
||||||
char buffer[32];
|
char buffer[32];
|
||||||
|
|
||||||
astream = NULL;
|
astream = NULL;
|
||||||
|
Reference in New Issue
Block a user