summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
diff options
context:
space:
mode:
authorAurelien Jacobs <aurel@gnuage.org>2007-07-25 19:47:44 +0000
committerAurelien Jacobs <aurel@gnuage.org>2007-07-25 19:47:44 +0000
commit11bf3847b352e85936cf3c17d224da2e49e83296 (patch)
tree9e73f9747026791e3dcb2b9d429a42510edad844 /libavformat/avformat.h
parent8e0d882b49de7dbbf4accd93a7477ddcc530c02a (diff)
add proper support for subtitles muxing/stream copying
Originally committed as revision 9798 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r--libavformat/avformat.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index 650ad1ed77..961e3455a7 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -186,6 +186,8 @@ typedef struct AVOutputFormat {
*/
const struct AVCodecTag **codec_tag;
+ enum CodecID subtitle_codec; /**< default subtitle codec */
+
/* private fields */
struct AVOutputFormat *next;
} AVOutputFormat;