[FFmpeg-soc] [soc]: r3141 - mlp/mlpenc.c

ramiro subversion at mplayerhq.hu
Sun Aug 10 16:22:28 CEST 2008


Author: ramiro
Date: Sun Aug 10 16:22:28 2008
New Revision: 3141

Log:
Cosmetics: Add brackets around one-lined if.

Modified:
   mlp/mlpenc.c

Modified: mlp/mlpenc.c
==============================================================================
--- mlp/mlpenc.c	(original)
+++ mlp/mlpenc.c	Sun Aug 10 16:22:28 2008
@@ -821,10 +821,11 @@ static void codebook_bits(MLPEncodeConte
 
             previous_count = temp_bo.bitcount;
 
-            if (direction)
+            if (direction) {
                 offset += next;
-            else
+            } else {
                 offset -= next;
+            }
         }
     }
 }



More information about the FFmpeg-soc mailing list