summaryrefslogtreecommitdiff
path: root/libavformat/nuv.c
diff options
context:
space:
mode:
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>2009-03-14 22:07:15 +0000
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>2009-03-14 22:07:15 +0000
commit881dad9e764d4d419345400953eb232187d0a389 (patch)
tree0077fb78386ea8e715ee75bf51d8b4e1087d7ddc /libavformat/nuv.c
parent74f5ae847de156873aeb73f180b41bc141373269 (diff)
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.c1
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,
};