Author: jbr
Date: Mon Sep  8 23:56:47 2008
New Revision: 3735

Log:
cosmetics: fix a comment

Modified:
   eac3/ac3dec.c

Modified: eac3/ac3dec.c
==============================================================================
--- eac3/ac3dec.c       (original)
+++ eac3/ac3dec.c       Mon Sep  8 23:56:47 2008
@@ -865,7 +865,7 @@ static int decode_audio_block(AC3DecodeC
                         s->spx_signal_blend[ch][bnd] = ff_sqrt((INT24_MAX - 
nratio) << 8) * M_SQRT_POW2_15;
                         bin += bandsize;
 
-                        /* decode coupling coordinates */
+                        /* decode spx coordinates */
                         spx_coord_exp  = get_bits(gbc, 4);
                         spx_coord_mant = get_bits(gbc, 2);
                         if (spx_coord_exp == 15)
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to