提交 efa1fb39 编写于 作者: B Baptiste Coudurier

cosmetics, remove whitespace

Originally committed as revision 15198 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 4ed19420
......@@ -452,7 +452,7 @@ static int mov_write_audio_tag(ByteIOContext *pb, MOVTrack *track)
mov_write_amr_tag(pb, track);
else if(track->enc->codec_id == CODEC_ID_AC3)
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);
else if(track->vosLen > 0)
mov_write_glbl_tag(pb, track);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册