diff options
author | Diego Biurrun <diego@biurrun.de> | 2014-06-11 05:32:01 -0700 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2014-06-13 05:21:34 -0700 |
commit | 27631796c9d1b8146ad4a16e6539ecc08afa7565 (patch) | |
tree | eeca9c7373dad7e0e23420ff4f1dd7529a5e7140 /libavcodec/ac3enc.h | |
parent | f0ce9913d0974ac0c7371a62c3324dd2863b5d1b (diff) | |
download | ffmpeg-27631796c9d1b8146ad4a16e6539ecc08afa7565.tar.gz |
ac3: Only initialize float_dsp for the float encoder variant
Diffstat (limited to 'libavcodec/ac3enc.h')
-rw-r--r-- | libavcodec/ac3enc.h | 1 |
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); |