Author: andoma
Date: Thu Apr  3 09:49:58 2008
New Revision: 2080

Log:
Use name of escape codebook.



Modified:
   aac/aac.c

Modified: aac/aac.c
==============================================================================
--- aac/aac.c   (original)
+++ aac/aac.c   Thu Apr  3 09:49:58 2008
@@ -1264,7 +1264,7 @@ static int decode_spectral_data(AACConte
                             if (ptr[j] && get_bits1(gb))
                                 sign[j] = -1;
                     }
-                    if (cur_cb == 11) {
+                    if (cur_cb == ESC_HCB) {
                         for (j = 0; j < 2; j++) {
                             if (ptr[j] == 16) {
                                 int n = 4;
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to