git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74f5ae8
)
Enable generic index creation and seeking for NUV demuxer.
author
Reimar Döffinger
<Reimar.Doeffinger@gmx.de>
Sat, 14 Mar 2009 22:07:15 +0000
(22:07 +0000)
committer
Reimar Döffinger
<Reimar.Doeffinger@gmx.de>
Sat, 14 Mar 2009 22:07:15 +0000
(22:07 +0000)
Originally committed as revision 17966 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/nuv.c
patch
|
blob
|
history
diff --git
a/libavformat/nuv.c
b/libavformat/nuv.c
index
cc037f5
..
9c139e8
100644
(file)
--- a/
libavformat/nuv.c
+++ b/
libavformat/nuv.c
@@
-259,4
+259,5
@@
AVInputFormat nuv_demuxer = {
nuv_packet,
NULL,
NULL,
+ .flags = AVFMT_GENERIC_INDEX,
};