Commit 4bef1993 authored by reimar's avatar reimar

Enable generic index creation and seeking for NUV demuxer.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17966 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 34e0c279
...@@ -259,4 +259,5 @@ AVInputFormat nuv_demuxer = { ...@@ -259,4 +259,5 @@ AVInputFormat nuv_demuxer = {
nuv_packet, nuv_packet,
NULL, NULL,
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