comparison mov.c @ 4731:18bcd89f5809 libavformat

cosmetics, remove useless braces
author bcoudurier
date Mon, 16 Mar 2009 06:46:57 +0000
parents 0d01d01e6a9d
children 436d42e64b52
comparison
equal deleted inserted replaced
4730:0d01d01e6a9d 4731:18bcd89f5809
336 st->codec->codec_type = CODEC_TYPE_VIDEO; 336 st->codec->codec_type = CODEC_TYPE_VIDEO;
337 else if(type == MKTAG('s','o','u','n')) 337 else if(type == MKTAG('s','o','u','n'))
338 st->codec->codec_type = CODEC_TYPE_AUDIO; 338 st->codec->codec_type = CODEC_TYPE_AUDIO;
339 else if(type == MKTAG('m','1','a',' ')) 339 else if(type == MKTAG('m','1','a',' '))
340 st->codec->codec_id = CODEC_ID_MP2; 340 st->codec->codec_id = CODEC_ID_MP2;
341 else if(type == MKTAG('s','u','b','p')) { 341 else if(type == MKTAG('s','u','b','p'))
342 st->codec->codec_type = CODEC_TYPE_SUBTITLE; 342 st->codec->codec_type = CODEC_TYPE_SUBTITLE;
343 } 343
344 get_be32(pb); /* component manufacture */ 344 get_be32(pb); /* component manufacture */
345 get_be32(pb); /* component flags */ 345 get_be32(pb); /* component flags */
346 get_be32(pb); /* component flags mask */ 346 get_be32(pb); /* component flags mask */
347 347
348 if(atom.size <= 24) 348 if(atom.size <= 24)