summaryrefslogtreecommitdiff
path: root/libavcodec/ac3enc.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2014-06-11 05:32:01 -0700
committerDiego Biurrun <diego@biurrun.de>2014-06-13 05:21:34 -0700
commit27631796c9d1b8146ad4a16e6539ecc08afa7565 (patch)
treeeeca9c7373dad7e0e23420ff4f1dd7529a5e7140 /libavcodec/ac3enc.h
parentf0ce9913d0974ac0c7371a62c3324dd2863b5d1b (diff)
ac3: Only initialize float_dsp for the float encoder variant
Diffstat (limited to 'libavcodec/ac3enc.h')
-rw-r--r--libavcodec/ac3enc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/ac3enc.h b/libavcodec/ac3enc.h
index a53353609b..90bbf2aa92 100644
--- a/libavcodec/ac3enc.h
+++ b/libavcodec/ac3enc.h
@@ -266,6 +266,7 @@ typedef struct AC3EncodeContext {
extern const uint64_t ff_ac3_channel_layouts[19];
int ff_ac3_encode_init(AVCodecContext *avctx);
+int ff_ac3_float_encode_init(AVCodecContext *avctx);
int ff_ac3_encode_close(AVCodecContext *avctx);