diff --git a/libavformat/dashdec.c b/libavformat/dashdec.c index 3a12aefa68..6b43fd6278 100644 --- a/libavformat/dashdec.c +++ b/libavformat/dashdec.c @@ -82,7 +82,7 @@ struct representation { AVFormatContext *ctx; int stream_index; - char id[20]; + char id[32]; char *lang; int bandwidth; AVRational framerate;