Commit 63aa44c2 authored by cehoyos's avatar cehoyos

Fix typo in macro name.

Patch by Nick Brereton, nick nbrereton net 


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@23668 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent e2ceea72
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
#define DCA_PRIM_CHANNELS_MAX (5) #define DCA_PRIM_CHANNELS_MAX (5)
#define DCA_SUBBANDS (32) #define DCA_SUBBANDS (32)
#define DCA_ABITS_MAX (32) /* Should be 28 */ #define DCA_ABITS_MAX (32) /* Should be 28 */
#define DCA_SUBSUBFAMES_MAX (4) #define DCA_SUBSUBFRAMES_MAX (4)
#define DCA_LFE_MAX (3) #define DCA_LFE_MAX (3)
enum DCAMode { enum DCAMode {
...@@ -222,7 +222,7 @@ typedef struct { ...@@ -222,7 +222,7 @@ typedef struct {
int high_freq_vq[DCA_PRIM_CHANNELS_MAX][DCA_SUBBANDS]; ///< VQ encoded high frequency subbands int high_freq_vq[DCA_PRIM_CHANNELS_MAX][DCA_SUBBANDS]; ///< VQ encoded high frequency subbands
float lfe_data[2 * DCA_SUBSUBFAMES_MAX * DCA_LFE_MAX * float lfe_data[2 * DCA_SUBSUBFRAMES_MAX * DCA_LFE_MAX *
2 /*history */ ]; ///< Low frequency effect data 2 /*history */ ]; ///< Low frequency effect data
int lfe_scale_factor; int lfe_scale_factor;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment