diff options
author | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2009-03-14 22:07:15 +0000 |
---|---|---|
committer | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2009-03-14 22:07:15 +0000 |
commit | 881dad9e764d4d419345400953eb232187d0a389 (patch) | |
tree | 0077fb78386ea8e715ee75bf51d8b4e1087d7ddc /libavformat/nuv.c | |
parent | 74f5ae847de156873aeb73f180b41bc141373269 (diff) | |
download | ffmpeg-881dad9e764d4d419345400953eb232187d0a389.tar.gz |
Enable generic index creation and seeking for NUV demuxer.
Originally committed as revision 17966 to svn://svn.ffmpeg.org/ffmpeg/trunk
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, }; |