X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fdtsdec.c;h=7f8f73fe05243108c6a353e0b077ca26336872bb;hb=bc70684e74a185d7b80c8b80bdedda659cb581b8;hp=0215ee18bdef8f775cc8ced150d4d4f0eb103b04;hpb=d92f38c179591a608390ffa9fee59c309142e79d;p=ffmpeg diff --git a/libavformat/dtsdec.c b/libavformat/dtsdec.c index 0215ee18bde..7f8f73fe052 100644 --- a/libavformat/dtsdec.c +++ b/libavformat/dtsdec.c @@ -133,7 +133,7 @@ static int dts_probe(const AVProbeData *p) } FF_RAW_DEMUXER_CLASS(dts) -AVInputFormat ff_dts_demuxer = { +const AVInputFormat ff_dts_demuxer = { .name = "dts", .long_name = NULL_IF_CONFIG_SMALL("raw DTS"), .read_probe = dts_probe,