[FFmpeg-cvslog] psx-str: do not allow seeking by bytes

Justin Ruggles git at videolan.org
Thu Mar 1 03:20:25 CET 2012


ffmpeg | branch: master | Justin Ruggles <justin.ruggles at gmail.com> | Tue Jan 17 10:16:34 2012 -0500| [aa831c4093463e7feda5aa298371b639fd12fcd6] | committer: Justin Ruggles

psx-str: do not allow seeking by bytes

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

 libavformat/psxstr.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/libavformat/psxstr.c b/libavformat/psxstr.c
index 988d1f0..61e24e2 100644
--- a/libavformat/psxstr.c
+++ b/libavformat/psxstr.c
@@ -265,4 +265,5 @@ AVInputFormat ff_str_demuxer = {
     .read_header    = str_read_header,
     .read_packet    = str_read_packet,
     .read_close     = str_read_close,
+    .flags          = AVFMT_NO_BYTE_SEEK,
 };



More information about the ffmpeg-cvslog mailing list