This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
psx-str: do not allow seeking by bytes
tags/n0.11
Justin Ruggles
13 years ago
parent
bdbf1fa405
commit
aa831c4093
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
libavformat/psxstr.c
+ 1
- 0
libavformat/psxstr.c
View File
@@ -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,
};
Write
Preview
Loading…
Cancel
Save