[FFmpeg-cvslog] r18004 - trunk/libavformat/mov.c

bcoudurier subversion
Mon Mar 16 07:46:57 CET 2009


Author: bcoudurier
Date: Mon Mar 16 07:46:57 2009
New Revision: 18004

Log:
cosmetics, remove useless braces

Modified:
   trunk/libavformat/mov.c

Modified: trunk/libavformat/mov.c
==============================================================================
--- trunk/libavformat/mov.c	Mon Mar 16 07:46:28 2009	(r18003)
+++ trunk/libavformat/mov.c	Mon Mar 16 07:46:57 2009	(r18004)
@@ -338,9 +338,9 @@ static int mov_read_hdlr(MOVContext *c, 
         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 */




More information about the ffmpeg-cvslog mailing list