summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>2008-01-27 19:57:04 +0000
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>2008-01-27 19:57:04 +0000
commitcc8c2c6ab341bbb38179614ffd54875729a82deb (patch)
tree73d2016c3f2c5463cbfeff7d9b50fc1e8a3380da /libavcodec
parentcf6cb7c562d0dca489b82c074da8d563df596469 (diff)
Add CODEC_ID_MOV_TEXT and use it instead of modifying the stream in the mov demuxer.
Originally committed as revision 11638 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/avcodec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index f8c81783aa..77f42efaf0 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -283,6 +283,7 @@ enum CodecID {
CODEC_ID_TEXT, ///< raw UTF-8 text
CODEC_ID_XSUB,
CODEC_ID_SSA,
+ CODEC_ID_MOV_TEXT,
/* other specific kind of codecs (generaly used for attachments) */
CODEC_ID_TTF= 0x18000,