X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Ftmv.c;h=507f6cd03290fe259dc24af7510a8e05e3dd9ff5;hb=bc70684e74a185d7b80c8b80bdedda659cb581b8;hp=b74af547c54865bb6e50a3541afe72423b43502b;hpb=d92f38c179591a608390ffa9fee59c309142e79d;p=ffmpeg diff --git a/libavformat/tmv.c b/libavformat/tmv.c index b74af547c54..507f6cd0329 100644 --- a/libavformat/tmv.c +++ b/libavformat/tmv.c @@ -187,7 +187,7 @@ static int tmv_read_seek(AVFormatContext *s, int stream_index, return 0; } -AVInputFormat ff_tmv_demuxer = { +const AVInputFormat ff_tmv_demuxer = { .name = "tmv", .long_name = NULL_IF_CONFIG_SMALL("8088flex TMV"), .priv_data_size = sizeof(TMVContext),