提交 60cd802d 编写于 作者: J Justin Ruggles

movenc: write 'chan' tag for AC-3 in MOV

上级 1fdf18f4
...@@ -386,6 +386,7 @@ static int mov_write_wave_tag(AVIOContext *pb, MOVTrack *track) ...@@ -386,6 +386,7 @@ static int mov_write_wave_tag(AVIOContext *pb, MOVTrack *track)
} else if (track->enc->codec_id == CODEC_ID_AMR_NB) { } else if (track->enc->codec_id == CODEC_ID_AMR_NB) {
mov_write_amr_tag(pb, track); mov_write_amr_tag(pb, track);
} else if (track->enc->codec_id == CODEC_ID_AC3) { } else if (track->enc->codec_id == CODEC_ID_AC3) {
mov_write_chan_tag(pb, track);
mov_write_ac3_tag(pb, track); mov_write_ac3_tag(pb, track);
} else if (track->enc->codec_id == CODEC_ID_ALAC) { } else if (track->enc->codec_id == CODEC_ID_ALAC) {
mov_write_extradata_tag(pb, track); mov_write_extradata_tag(pb, track);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册