Author: thilo.borgmann
Date: Sat Aug 15 13:52:47 2009
New Revision: 5125

Log:
Remove unnecessary braces.

Modified:
   als/alsdec.c

Modified: als/alsdec.c
==============================================================================
--- als/alsdec.c        Sat Aug 15 13:52:09 2009        (r5124)
+++ als/alsdec.c        Sat Aug 15 13:52:47 2009        (r5125)
@@ -609,9 +609,8 @@ static int read_block_data(ALSDecContext
 
         // read first value and residuals in case of a random access block
         if (ra_block) {
-            if (opt_order) {
+            if (opt_order)
                 raw_samples[0] = decode_rice(gb, avctx->bits_per_raw_sample - 
4);
-            }
             if (opt_order > 1)
                 raw_samples[1] = decode_rice(gb, s[0] + 3);
             if (opt_order > 2)
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to