618
616
put_ebml_uint(pb, MATROSKA_ID_TRACKTYPE, MATROSKA_TRACK_TYPE_SUBTITLE);
621
av_log(s, AV_LOG_ERROR, "Only audio, video, and subtitles are supported for Matroska.");
619
av_log(s, AV_LOG_ERROR, "Only audio, video, and subtitles are supported for Matroska.\n");
624
622
ret = mkv_write_codecprivate(s, pb, codec, native_id, qt_id);