summaryrefslogtreecommitdiff
path: root/libavcodec/ac3.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/ac3.h')
-rw-r--r--libavcodec/ac3.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/ac3.h b/libavcodec/ac3.h
index a9f68dba8a..89a88b65b6 100644
--- a/libavcodec/ac3.h
+++ b/libavcodec/ac3.h
@@ -27,8 +27,6 @@
#ifndef AVCODEC_AC3_H
#define AVCODEC_AC3_H
-#include "ac3tab.h"
-
#define AC3_MAX_CODED_FRAME_SIZE 3840 /* in bytes */
#define AC3_MAX_CHANNELS 6 /* including LFE channel */
@@ -39,6 +37,8 @@
#define AC3_WINDOW_SIZE (AC3_BLOCK_SIZE * 2)
#define AC3_CRITICAL_BANDS 50
+#include "ac3tab.h"
+
/* exponent encoding strategy */
#define EXP_REUSE 0
#define EXP_NEW 1