diff options
Diffstat (limited to 'libavformat/tmv.c')
-rw-r--r-- | libavformat/tmv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/tmv.c b/libavformat/tmv.c index 8a96b721ab..0231505c68 100644 --- a/libavformat/tmv.c +++ b/libavformat/tmv.c @@ -188,5 +188,5 @@ AVInputFormat ff_tmv_demuxer = { .read_header = tmv_read_header, .read_packet = tmv_read_packet, .read_seek = tmv_read_seek, - .flags = AVFMT_GENERIC_INDEX, + .flags = AVFMT_GENERIC_INDEX, }; |