X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Ftxd.c;h=93db88308758aaa66ac5644cfa101746b3380fd7;hb=bc70684e74a185d7b80c8b80bdedda659cb581b8;hp=072cd04f57a5f9175fd38ab9d1bf75a4dbde3b7b;hpb=e427ba5c68a522b26a45bf7c61016d9349fab43d;p=ffmpeg diff --git a/libavformat/txd.c b/libavformat/txd.c index 072cd04f57a..93db8830875 100644 --- a/libavformat/txd.c +++ b/libavformat/txd.c @@ -92,7 +92,7 @@ next_chunk: return 0; } -AVInputFormat ff_txd_demuxer = { +const AVInputFormat ff_txd_demuxer = { .name = "txd", .long_name = NULL_IF_CONFIG_SMALL("Renderware TeXture Dictionary"), .read_probe = txd_probe,