summaryrefslogtreecommitdiff
path: root/libavcodec/ac3enc.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/ac3enc.h')
-rw-r--r--libavcodec/ac3enc.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/libavcodec/ac3enc.h b/libavcodec/ac3enc.h
index 5c05f2c915..65e88c9e01 100644
--- a/libavcodec/ac3enc.h
+++ b/libavcodec/ac3enc.h
@@ -83,7 +83,6 @@ typedef int64_t CoefSumType;
#define AC3ENC_OPT_ADCONV_HDCD 1
-#if 0
/**
* Encoding Options used by AVOption.
*/
@@ -118,7 +117,7 @@ typedef struct AC3EncOptions {
int channel_coupling;
int cpl_start;
} AC3EncOptions;
-#endif
+
/**
* Data for a single audio block.
*/
@@ -257,6 +256,8 @@ typedef struct AC3EncodeContext {
} AC3EncodeContext;
+extern const int64_t ff_ac3_channel_layouts[19];
+
int ff_ac3_encode_init(AVCodecContext *avctx);
int ff_ac3_encode_close(AVCodecContext *avctx);