changeset 2280:69270eb6b20c libavformat

add proper support for subtitles muxing/stream copying
author aurel
date Wed, 25 Jul 2007 19:47:44 +0000
parents 3c02e08e7b5a
children ab7f29ef9976
files avformat.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/avformat.h	Wed Jul 25 15:59:26 2007 +0000
+++ b/avformat.h	Wed Jul 25 19:47:44 2007 +0000
@@ -186,6 +186,8 @@
      */
     const struct AVCodecTag **codec_tag;
 
+    enum CodecID subtitle_codec; /**< default subtitle codec */
+
     /* private fields */
     struct AVOutputFormat *next;
 } AVOutputFormat;