Add flag to mark demuxers that can output discontinuous timestamps.

(could also be added to muxers if someone wants)

Originally committed as revision 14777 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer
2008-08-15 16:13:05 +00:00
parent 8a9d72a0ff
commit ff9c8d7c6f
3 changed files with 4 additions and 3 deletions

View File

@@ -586,5 +586,5 @@ AVInputFormat mpegps_demuxer = {
NULL,
NULL, //mpegps_read_seek,
mpegps_read_dts,
.flags = AVFMT_SHOW_IDS,
.flags = AVFMT_SHOW_IDS|AVFMT_TS_DISCONT,
};