From 27631796c9d1b8146ad4a16e6539ecc08afa7565 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Wed, 11 Jun 2014 05:32:01 -0700 Subject: ac3: Only initialize float_dsp for the float encoder variant --- libavcodec/ac3enc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/ac3enc.h') 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); -- cgit v1.2.3