You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
oggdec: chained oggs have timestamp discontinuities
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -849,5 +849,5 @@ AVInputFormat ff_ogg_demuxer = {
|
||||
.read_seek = ogg_read_seek,
|
||||
.read_timestamp = ogg_read_timestamp,
|
||||
.extensions = "ogg",
|
||||
.flags = AVFMT_GENERIC_INDEX,
|
||||
.flags = AVFMT_GENERIC_INDEX | AVFMT_TS_DISCONT,
|
||||
};
|
||||
|
Reference in New Issue
Block a user