提交 287d6cfa 编写于 作者: B Baptiste Coudurier

cosmetics: remove useless whitespaces and put braces correctly

Originally committed as revision 12942 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 3f78a3a9
......@@ -290,14 +290,12 @@ static int mov_write_esds_tag(ByteIOContext *pb, MOVTrack* track) // Basic
else
put_be32(pb, track->enc->rc_max_rate); // avg bitrate
if (track->vosLen)
{
if (track->vosLen) {
// DecoderSpecific info descriptor
putDescr(pb, 0x05, track->vosLen);
put_buffer(pb, track->vosData, track->vosLen);
}
// SL descriptor
putDescr(pb, 0x06, 1);
put_byte(pb, 0x02);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册