Commit 2d492399 authored by conrad's avatar conrad

Set default subtitle_codec to CODEC_ID_TEXT


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10355 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent c67a90bb
......@@ -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 = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment