diff isom.c @ 2974:4b6a9b61e9dd libavformat

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 45ffd9c8b23a
children 44bc0517584d
line wrap: on
line diff
--- a/isom.c	Sun Jan 27 15:43:17 2008 +0000
+++ b/isom.c	Sun Jan 27 19:57:04 2008 +0000
@@ -169,7 +169,7 @@
 };
 
 const AVCodecTag ff_codec_movsubtitle_tags[] = {
-    { CODEC_ID_TEXT, MKTAG('t', 'e', 'x', 't') },
+    { CODEC_ID_MOV_TEXT, MKTAG('t', 'e', 'x', 't') },
     { CODEC_ID_NONE, 0 },
 };