mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 12:09:55 +00:00
oggdec: chained oggs have timestamp discontinuities
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
0dcecf45d8
commit
5d2f2c7643
@ -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,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user