1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-21 10:55:51 +02:00

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

View File

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