[FFmpeg-cvslog] mov: set flags to indicate that byte wise seeking is not supported.
Michael Niedermayer
git at videolan.org
Sun Nov 25 01:20:04 CET 2012
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sun Nov 25 01:15:47 2012 +0100| [e6305f7631317d358d64cc4cb60dea048efaec2e] | committer: Michael Niedermayer
mov: set flags to indicate that byte wise seeking is not supported.
Fixes Ticket1831
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e6305f7631317d358d64cc4cb60dea048efaec2e
---
libavformat/mov.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavformat/mov.c b/libavformat/mov.c
index cff9c92..1a8a5a7 100644
--- a/libavformat/mov.c
+++ b/libavformat/mov.c
@@ -3410,4 +3410,5 @@ AVInputFormat ff_mov_demuxer = {
.read_close = mov_read_close,
.read_seek = mov_read_seek,
.priv_class = &class,
+ .flags = AVFMT_NO_BYTE_SEEK,
};
More information about the ffmpeg-cvslog
mailing list