Enable generic index creation and seeking for NUV demuxer.

Originally committed as revision 17966 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Reimar Döffinger 2009-03-14 22:07:15 +00:00
parent 74f5ae847d
commit 881dad9e76
1 changed files with 1 additions and 0 deletions

View File

@ -259,4 +259,5 @@ AVInputFormat nuv_demuxer = {
nuv_packet,
NULL,
NULL,
.flags = AVFMT_GENERIC_INDEX,
};