diff options
Diffstat (limited to 'libavformat/nuv.c')
-rw-r--r-- | libavformat/nuv.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/nuv.c b/libavformat/nuv.c index cc037f5ac9..9c139e8130 100644 --- a/libavformat/nuv.c +++ b/libavformat/nuv.c @@ -259,4 +259,5 @@ AVInputFormat nuv_demuxer = { nuv_packet, NULL, NULL, + .flags = AVFMT_GENERIC_INDEX, }; |