[FFmpeg-cvslog] avformat/iff: Byte seek is unsupported

Michael Niedermayer git at videolan.org
Thu Jun 20 21:58:47 CEST 2013


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Thu Jun 20 21:49:02 2013 +0200| [03cd3bec6e66a49bcec138d72bac97cb8a64d246] | committer: Michael Niedermayer

avformat/iff: Byte seek is unsupported

Fixes Ticket2194

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=03cd3bec6e66a49bcec138d72bac97cb8a64d246
---

 libavformat/iff.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavformat/iff.c b/libavformat/iff.c
index 1efc147..edf308b 100644
--- a/libavformat/iff.c
+++ b/libavformat/iff.c
@@ -481,5 +481,5 @@ AVInputFormat ff_iff_demuxer = {
     .read_probe     = iff_probe,
     .read_header    = iff_read_header,
     .read_packet    = iff_read_packet,
-    .flags          = AVFMT_GENERIC_INDEX,
+    .flags          = AVFMT_GENERIC_INDEX | AVFMT_NO_BYTE_SEEK,
 };



More information about the ffmpeg-cvslog mailing list