[FFmpeg-soc] [soc]: r3984 - wmapro/wma3.h
faust3
subversion at mplayerhq.hu
Sat Jan 17 19:17:48 CET 2009
Author: faust3
Date: Sat Jan 17 19:17:47 2009
New Revision: 3984
Log:
aligned the defines
Modified:
wmapro/wma3.h
Modified: wmapro/wma3.h
==============================================================================
--- wmapro/wma3.h Sat Jan 17 19:11:52 2009 (r3983)
+++ wmapro/wma3.h Sat Jan 17 19:17:47 2009 (r3984)
@@ -26,18 +26,18 @@
#include "wma3data.h"
#include "dsputil.h"
-#define MAX_CHANNELS 8 //< max number of handled channels
-#define MAX_SUBFRAMES 32 //< max number of subframes per channel
-#define MAX_BANDS 29 //< max number of scale factor bands
-#define VLCBITS 9
+#define MAX_CHANNELS 8 //< max number of handled channels
+#define MAX_SUBFRAMES 32 //< max number of subframes per channel
+#define MAX_BANDS 29 //< max number of scale factor bands
-#define SCALEVLCBITS 8
+#define VLCBITS 9
+#define SCALEVLCBITS 8
/* size of blocks defines taken from wma.h*/
-#define BLOCK_MIN_BITS 7
-#define BLOCK_MAX_BITS 12
-#define BLOCK_MAX_SIZE (1 << BLOCK_MAX_BITS)
-#define BLOCK_NB_SIZES (BLOCK_MAX_BITS - BLOCK_MIN_BITS + 1)
+#define BLOCK_MIN_BITS 7
+#define BLOCK_MAX_BITS 12
+#define BLOCK_MAX_SIZE (1 << BLOCK_MAX_BITS)
+#define BLOCK_NB_SIZES (BLOCK_MAX_BITS - BLOCK_MIN_BITS + 1)
/**
*@brief decoder context for a single channel
More information about the FFmpeg-soc
mailing list