Commit aa831c40 authored by Justin Ruggles's avatar Justin Ruggles

psx-str: do not allow seeking by bytes

parent bdbf1fa4
......@@ -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,
};
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment