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

thilo.borgmann subversion at mplayerhq.hu
Sat Aug 15 13:02:37 CEST 2009


Author: thilo.borgmann
Date: Sat Aug 15 13:02:37 2009
New Revision: 5114

Log:
Reformulate description of function.

Modified:
   als/alsdec.c

Modified: als/alsdec.c
==============================================================================
--- als/alsdec.c	Sat Aug 15 12:54:03 2009	(r5113)
+++ als/alsdec.c	Sat Aug 15 13:02:37 2009	(r5114)
@@ -417,8 +417,8 @@ static void all_parcor_to_lpc(unsigned i
 }
 
 
-/** Convert block sizes from log2 format into direct form with respect to
- *  the actual number of samples in the frame.
+/** Reformat block sizes from log2 format to direct form. Also assure that the
+ *  block sizes of the last frame correspond to the actual number of samples.
  */
 static void reconstruct_block_sizes(ALSDecContext *ctx, uint32_t *div_blocks)
 {


More information about the FFmpeg-soc mailing list