[FFmpeg-cvslog] r25533 - trunk/libavcodec/ituh263enc.c

bcoudurier subversion
Thu Oct 21 08:22:54 CEST 2010


Author: bcoudurier
Date: Thu Oct 21 08:22:54 2010
New Revision: 25533

Log:
cosmetics, indentation

Modified:
   trunk/libavcodec/ituh263enc.c

Modified: trunk/libavcodec/ituh263enc.c
==============================================================================
--- trunk/libavcodec/ituh263enc.c	Thu Oct 21 08:21:07 2010	(r25532)
+++ trunk/libavcodec/ituh263enc.c	Thu Oct 21 08:22:54 2010	(r25533)
@@ -192,7 +192,7 @@ void h263_encode_picture_header(MpegEncC
         /* This should be here if PLUSPTYPE */
         put_bits(&s->pb, 1, 0); /* Continuous Presence Multipoint mode: off */
 
-                if (format == 8) {
+        if (format == 8) {
             /* Custom Picture Format (CPFMT) */
             s->aspect_ratio_info= ff_h263_aspect_to_info(s->avctx->sample_aspect_ratio);
 



More information about the ffmpeg-cvslog mailing list