From aa831c4093463e7feda5aa298371b639fd12fcd6 Mon Sep 17 00:00:00 2001 From: Justin Ruggles Date: Tue, 17 Jan 2012 10:16:34 -0500 Subject: psx-str: do not allow seeking by bytes --- libavformat/psxstr.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/psxstr.c') diff --git a/libavformat/psxstr.c b/libavformat/psxstr.c index 988d1f095e..61e24e204f 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, }; -- cgit v1.2.3