diff avcodec.h @ 6187:098f955eaec8 libavcodec

Add CODEC_ID_MOV_TEXT and use it instead of modifying the stream in the mov demuxer.
author reimar
date Sun, 27 Jan 2008 19:57:04 +0000
parents 4ba171d6d84a
children 1087db4b4d78
line wrap: on
line diff
--- a/avcodec.h	Sun Jan 27 18:02:27 2008 +0000
+++ b/avcodec.h	Sun Jan 27 19:57:04 2008 +0000
@@ -283,6 +283,7 @@
     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,