You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
avformat/dashdec: Increase size of id buffer
The current size is not enough, see e.g. http://ftp.itec.aau.at/datasets/DASHDataset2014/TearsOfSteel/1sec/TearsOfSteel_1s_simple_2014_05_09.mpd Reviewed-by: Steven Liu <lq@chinaffmpeg.org> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
This commit is contained in:
@@ -82,7 +82,7 @@ struct representation {
|
||||
AVFormatContext *ctx;
|
||||
int stream_index;
|
||||
|
||||
char id[20];
|
||||
char id[32];
|
||||
char *lang;
|
||||
int bandwidth;
|
||||
AVRational framerate;
|
||||
|
Reference in New Issue
Block a user