summaryrefslogtreecommitdiff
path: root/libavformat/psxstr.c
diff options
context:
space:
mode:
authorJustin Ruggles <justin.ruggles@gmail.com>2012-01-17 10:16:34 -0500
committerJustin Ruggles <justin.ruggles@gmail.com>2012-02-29 15:45:50 -0500
commitaa831c4093463e7feda5aa298371b639fd12fcd6 (patch)
treee6ed69403fd60152680d67db8ce62f98d3205de1 /libavformat/psxstr.c
parentbdbf1fa405fbbf9c99fd9abff350d228f27304d0 (diff)
psx-str: do not allow seeking by bytes
Diffstat (limited to 'libavformat/psxstr.c')
-rw-r--r--libavformat/psxstr.c1
1 files changed, 1 insertions, 0 deletions
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,
};