Commit adb97cce authored by bcoudurier's avatar bcoudurier

cosmetics, remove useless braces

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18004 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent c6e8ce0f
......@@ -338,9 +338,9 @@ static int mov_read_hdlr(MOVContext *c, ByteIOContext *pb, MOVAtom atom)
st->codec->codec_type = CODEC_TYPE_AUDIO;
else if(type == MKTAG('m','1','a',' '))
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;
}
get_be32(pb); /* component manufacture */
get_be32(pb); /* component flags */
get_be32(pb); /* component flags mask */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment