[FFmpeg-soc] [soc]: r3985 - in wmapro: wma3.h wma3dec.c
faust3
subversion at mplayerhq.hu
Sat Jan 17 19:19:10 CET 2009
Author: faust3
Date: Sat Jan 17 19:19:09 2009
New Revision: 3985
Log:
moved VLCBITS and SCALEVLCBITS to wma3dec.c
Modified:
wmapro/wma3.h
wmapro/wma3dec.c
Modified: wmapro/wma3.h
==============================================================================
--- wmapro/wma3.h Sat Jan 17 19:17:47 2009 (r3984)
+++ wmapro/wma3.h Sat Jan 17 19:19:09 2009 (r3985)
@@ -30,9 +30,6 @@
#define MAX_SUBFRAMES 32 //< max number of subframes per channel
#define MAX_BANDS 29 //< max number of scale factor bands
-#define VLCBITS 9
-#define SCALEVLCBITS 8
-
/* size of blocks defines taken from wma.h*/
#define BLOCK_MIN_BITS 7
#define BLOCK_MAX_BITS 12
Modified: wmapro/wma3dec.c
==============================================================================
--- wmapro/wma3dec.c Sat Jan 17 19:17:47 2009 (r3984)
+++ wmapro/wma3dec.c Sat Jan 17 19:19:09 2009 (r3985)
@@ -26,6 +26,10 @@
#undef NDEBUG
#include <assert.h>
+#define VLCBITS 9
+#define SCALEVLCBITS 8
+
+
unsigned int bitstreamcounter;
/**
More information about the FFmpeg-soc
mailing list