Module: libav Branch: master Commit: aa831c4093463e7feda5aa298371b639fd12fcd6
Author: Justin Ruggles <[email protected]> Committer: Justin Ruggles <[email protected]> Date: Tue Jan 17 10:16:34 2012 -0500 psx-str: do not allow seeking by bytes --- 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, }; _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
