summaryrefslogtreecommitdiff
path: root/libavformat/matroskaenc.c
diff options
context:
space:
mode:
authorDavid Conrad <lessen42@gmail.com>2007-09-05 00:24:48 +0000
committerDavid Conrad <lessen42@gmail.com>2007-09-05 00:24:48 +0000
commitc635497cb43485f5e0f470d56054ced995fe3c7a (patch)
treea91e8e733e5da6bd7ca191a920093ed6d9bdba56 /libavformat/matroskaenc.c
parentddf164672931c6686e20b79174bcb797b2fbc4df (diff)
Set default subtitle_codec to CODEC_ID_TEXT
Originally committed as revision 10355 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/matroskaenc.c')
-rw-r--r--libavformat/matroskaenc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/matroskaenc.c b/libavformat/matroskaenc.c
index 35ed2623e7..76369bac3f 100644
--- a/libavformat/matroskaenc.c
+++ b/libavformat/matroskaenc.c
@@ -740,6 +740,7 @@ AVOutputFormat matroska_muxer = {
mkv_write_packet,
mkv_write_trailer,
.codec_tag = (const AVCodecTag*[]){codec_bmp_tags, codec_wav_tags, 0},
+ .subtitle_codec = CODEC_ID_TEXT,
};
AVOutputFormat matroska_audio_muxer = {