Commit 881dad9e authored by Reimar Döffinger's avatar Reimar Döffinger

Enable generic index creation and seeking for NUV demuxer.

Originally committed as revision 17966 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 74f5ae84
......@@ -259,4 +259,5 @@ AVInputFormat nuv_demuxer = {
nuv_packet,
NULL,
NULL,
.flags = AVFMT_GENERIC_INDEX,
};
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment