Mercurial > libavcodec.hg
changeset 6087:34abda474ff7 libavcodec
export raw SSA tracks with their own codec ID (patch by Evgeniy Stepanov)
author | aurel |
---|---|
date | Sat, 29 Dec 2007 20:49:03 +0000 |
parents | e458d5374a03 |
children | 2b84971fb4f1 |
files | avcodec.h |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/avcodec.h Fri Dec 28 13:12:47 2007 +0000 +++ b/avcodec.h Sat Dec 29 20:49:03 2007 +0000 @@ -282,6 +282,7 @@ CODEC_ID_DVB_SUBTITLE, CODEC_ID_TEXT, ///< raw UTF-8 text CODEC_ID_XSUB, + CODEC_ID_SSA, CODEC_ID_MPEG2TS= 0x20000, /**< _FAKE_ codec to indicate a raw MPEG-2 TS * stream (only used by libavformat) */