X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fspdifdec.c;h=e39a30424778b12d86267316d8b0c1b6cf72b26b;hb=bc70684e74a185d7b80c8b80bdedda659cb581b8;hp=1808fa9d65dc80130f778d3339d079d137ceff06;hpb=d92f38c179591a608390ffa9fee59c309142e79d;p=ffmpeg diff --git a/libavformat/spdifdec.c b/libavformat/spdifdec.c index 1808fa9d65d..e39a3042477 100644 --- a/libavformat/spdifdec.c +++ b/libavformat/spdifdec.c @@ -231,7 +231,7 @@ int ff_spdif_read_packet(AVFormatContext *s, AVPacket *pkt) return 0; } -AVInputFormat ff_spdif_demuxer = { +const AVInputFormat ff_spdif_demuxer = { .name = "spdif", .long_name = NULL_IF_CONFIG_SMALL("IEC 61937 (compressed data in S/PDIF)"), .read_probe = spdif_probe,