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:
Andreas Rheinhardt 2021-03-02 11:34:07 +01:00
parent ec5663d0a7
commit 98c5d6b845
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ struct representation {
AVFormatContext *ctx;
int stream_index;
char id[20];
char id[32];
char *lang;
int bandwidth;
AVRational framerate;