From 881dad9e764d4d419345400953eb232187d0a389 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Reimar=20D=C3=B6ffinger?= Date: Sat, 14 Mar 2009 22:07:15 +0000 Subject: [PATCH] Enable generic index creation and seeking for NUV demuxer. Originally committed as revision 17966 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/nuv.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavformat/nuv.c b/libavformat/nuv.c index cc037f5ac..9c139e813 100644 --- a/libavformat/nuv.c +++ b/libavformat/nuv.c @@ -259,4 +259,5 @@ AVInputFormat nuv_demuxer = { nuv_packet, NULL, NULL, + .flags = AVFMT_GENERIC_INDEX, }; -- 2.11.0