forked from FFmpeg/FFmpeg
cosmetics, remove useless braces
Originally committed as revision 18004 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
9bf1b2683c
commit
f05783c2db
1 changed files with 2 additions and 2 deletions
|
@ -338,9 +338,9 @@ static int mov_read_hdlr(MOVContext *c, ByteIOContext *pb, MOVAtom atom)
|
||||||
st->codec->codec_type = CODEC_TYPE_AUDIO;
|
st->codec->codec_type = CODEC_TYPE_AUDIO;
|
||||||
else if(type == MKTAG('m','1','a',' '))
|
else if(type == MKTAG('m','1','a',' '))
|
||||||
st->codec->codec_id = CODEC_ID_MP2;
|
st->codec->codec_id = CODEC_ID_MP2;
|
||||||
else if(type == MKTAG('s','u','b','p')) {
|
else if(type == MKTAG('s','u','b','p'))
|
||||||
st->codec->codec_type = CODEC_TYPE_SUBTITLE;
|
st->codec->codec_type = CODEC_TYPE_SUBTITLE;
|
||||||
}
|
|
||||||
get_be32(pb); /* component manufacture */
|
get_be32(pb); /* component manufacture */
|
||||||
get_be32(pb); /* component flags */
|
get_be32(pb); /* component flags */
|
||||||
get_be32(pb); /* component flags mask */
|
get_be32(pb); /* component flags mask */
|
||||||
|
|
Loading…
Add table
Reference in a new issue