# HG changeset patch # User aurel # Date 1184159600 0 # Node ID 7dcea5ee1d51c581171ff1a3728e93fbbef73a1e # Parent f41922280980f8a61007401d39e46e1ee51962ba add support for Matroska subtitle tracks diff -r f41922280980 -r 7dcea5ee1d51 avcodec.h --- a/avcodec.h Wed Jul 11 09:07:23 2007 +0000 +++ b/avcodec.h Wed Jul 11 13:13:20 2007 +0000 @@ -262,6 +262,7 @@ /* subtitle codecs */ CODEC_ID_DVD_SUBTITLE= 0x17000, CODEC_ID_DVB_SUBTITLE, + CODEC_ID_TEXT, CODEC_ID_MPEG2TS= 0x20000, /* _FAKE_ codec to indicate a raw MPEG-2 TS * stream (only used by libavformat) */