mirror of
https://mirror.skon.top/https://github.com/FFmpeg/FFmpeg
synced 2026-04-20 21:00:41 +08:00
Merge commit '83548fe894cdb455cc127f754d09905b6d23c173'
* commit '83548fe894cdb455cc127f754d09905b6d23c173': lavf: fix usage of AVIOContext.seekable Merged-by: James Almer <jamrial@gmail.com>
This commit is contained in:
@@ -534,7 +534,7 @@ static int dv_read_header(AVFormatContext *s)
|
||||
(AVRational) { 8, 1 },
|
||||
c->dv_demux->sys->time_base);
|
||||
|
||||
if (s->pb->seekable)
|
||||
if (s->pb->seekable & AVIO_SEEKABLE_NORMAL)
|
||||
dv_read_timecode(s);
|
||||
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user