[FFmpeg-soc] [soc]: r5129 - als/alsdec.c

thilo.borgmann subversion at mplayerhq.hu
Sat Aug 15 14:48:06 CEST 2009


Author: thilo.borgmann
Date: Sat Aug 15 14:48:06 2009
New Revision: 5129

Log:
Add a comment for an else branch which is far off its if branch.

Modified:
   als/alsdec.c

Modified: als/alsdec.c
==============================================================================
--- als/alsdec.c	Sat Aug 15 14:38:11 2009	(r5128)
+++ als/alsdec.c	Sat Aug 15 14:48:06 2009	(r5129)
@@ -824,7 +824,7 @@ static int read_frame_data(ALSDecContext
                 c++;
             }
         }
-    } else {
+    } else { // multi-channel coding
         if (sconf->block_switching) {
             unsigned int bs_info_len = 1 << (sconf->block_switching + 2);
             bs_info = get_bits_long(gb, bs_info_len);


More information about the FFmpeg-soc mailing list