changeset 5282:7dcea5ee1d51 libavcodec

add support for Matroska subtitle tracks
author aurel
date Wed, 11 Jul 2007 13:13:20 +0000
parents f41922280980
children 35e847940db4
files avcodec.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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) */