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:
parent
74f5ae847d
commit
881dad9e76
@ -259,4 +259,5 @@ AVInputFormat nuv_demuxer = {
|
||||
nuv_packet,
|
||||
NULL,
|
||||
NULL,
|
||||
.flags = AVFMT_GENERIC_INDEX,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user