diff options
author | Evgeniy Stepanov <eugeni.stepanov@gmail.com> | 2007-12-29 20:49:03 +0000 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2007-12-29 20:49:03 +0000 |
commit | f9a9b3509c28ef78cd9d0e59c4263442d1205099 (patch) | |
tree | 458168fd8e2ef72133f26db33b687b21ce618a84 /libavcodec/avcodec.h | |
parent | 243cc4c34a8aca1025160a4b8f6c08c6419bf3b6 (diff) | |
download | ffmpeg-f9a9b3509c28ef78cd9d0e59c4263442d1205099.tar.gz |
export raw SSA tracks with their own codec ID (patch by Evgeniy Stepanov)
Originally committed as revision 11352 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 46868ed97c..bcf9fb6467 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -282,6 +282,7 @@ enum CodecID { 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) */ |