diff options
Diffstat (limited to 'libavformat/lvfdec.c')
-rw-r--r-- | libavformat/lvfdec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/lvfdec.c b/libavformat/lvfdec.c index 4c87728def..cd64fb9aee 100644 --- a/libavformat/lvfdec.c +++ b/libavformat/lvfdec.c @@ -145,7 +145,7 @@ static int lvf_read_packet(AVFormatContext *s, AVPacket *pkt) return AVERROR_EOF; } -AVInputFormat ff_lvf_demuxer = { +const AVInputFormat ff_lvf_demuxer = { .name = "lvf", .long_name = NULL_IF_CONFIG_SMALL("LVF"), .read_probe = lvf_probe, |