mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-17 12:27:18 +00:00
Do not set codec_tag property for matroska muxers.
Fixes ticket #8, #537.
This commit is contained in:
parent
a39b603bf6
commit
60171d8fa6
@ -1209,7 +1209,6 @@ AVOutputFormat ff_matroska_muxer = {
|
||||
mkv_write_packet,
|
||||
mkv_write_trailer,
|
||||
.flags = AVFMT_GLOBALHEADER | AVFMT_VARIABLE_FPS,
|
||||
.codec_tag = (const AVCodecTag* const []){ff_codec_bmp_tags, ff_codec_wav_tags, 0},
|
||||
.subtitle_codec = CODEC_ID_TEXT,
|
||||
};
|
||||
#endif
|
||||
@ -1243,6 +1242,5 @@ AVOutputFormat ff_matroska_audio_muxer = {
|
||||
mkv_write_packet,
|
||||
mkv_write_trailer,
|
||||
.flags = AVFMT_GLOBALHEADER,
|
||||
.codec_tag = (const AVCodecTag* const []){ff_codec_wav_tags, 0},
|
||||
};
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user