mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-12-04 01:21:09 +00: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:
parent
ec5663d0a7
commit
98c5d6b845
@ -82,7 +82,7 @@ struct representation {
|
||||
AVFormatContext *ctx;
|
||||
int stream_index;
|
||||
|
||||
char id[20];
|
||||
char id[32];
|
||||
char *lang;
|
||||
int bandwidth;
|
||||
AVRational framerate;
|
||||
|
Loading…
Reference in New Issue
Block a user