diff options
Diffstat (limited to 'libavformat/txd.c')
-rw-r--r-- | libavformat/txd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/txd.c b/libavformat/txd.c index 072cd04f57..93db883087 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, |