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
mov: set flags to indicate that byte wise seeking is not supported.
Fixes Ticket1831 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n1.1
Michael Niedermayer
12 years ago
parent
e903cb4194
commit
e6305f7631
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
libavformat/mov.c
+ 1
- 0
libavformat/mov.c
View File
@@ -3410,4 +3410,5 @@ AVInputFormat ff_mov_demuxer = {
.read_close = mov_read_close,
.read_seek = mov_read_seek,
.priv_class = &class,
.flags = AVFMT_NO_BYTE_SEEK,
};
Write
Preview
Loading…
Cancel
Save