diff mov.c @ 4731:18bcd89f5809 libavformat

cosmetics, remove useless braces
author bcoudurier
date Mon, 16 Mar 2009 06:46:57 +0000
parents 0d01d01e6a9d
children 436d42e64b52
line wrap: on
line diff
--- a/mov.c	Mon Mar 16 06:46:28 2009 +0000
+++ b/mov.c	Mon Mar 16 06:46:57 2009 +0000
@@ -338,9 +338,9 @@
         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 */