Mercurial > libavformat.hg
diff avformat.h @ 3724:178cc6f9d5ec libavformat
Add flag to mark demuxers that can output discontinuous timestamps.
(could also be added to muxers if someone wants)
| author | michael |
|---|---|
| date | Fri, 15 Aug 2008 16:13:05 +0000 |
| parents | a2bdb3bfeb99 |
| children | e966560661e5 |
line wrap: on
line diff
--- a/avformat.h Thu Aug 14 22:36:05 2008 +0000 +++ b/avformat.h Fri Aug 15 16:13:05 2008 +0000 @@ -187,6 +187,7 @@ #define AVFMT_GLOBALHEADER 0x0040 /**< format wants global header */ #define AVFMT_NOTIMESTAMPS 0x0080 /**< format does not need / have any timestamps */ #define AVFMT_GENERIC_INDEX 0x0100 /**< use generic index building code */ +#define AVFMT_TS_DISCONT 0x0200 /**< format allows timestamo discontinuities */ typedef struct AVOutputFormat { const char *name;
