X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fac3dec.h;h=babd0a7d70b26ba5dbecd7c3468b8e6d0639708f;hb=f4c444e17d137c786f0ed2da0e5943df505d5f9e;hp=8fcd1421dcf9ebe373f902d2b1b66e271f1a3363;hpb=c229f571fd3c7d7b567c27c87b2bbcdaee1b0e9f;p=ffmpeg diff --git a/libavcodec/ac3dec.h b/libavcodec/ac3dec.h index 8fcd1421dcf..babd0a7d70b 100644 --- a/libavcodec/ac3dec.h +++ b/libavcodec/ac3dec.h @@ -54,8 +54,8 @@ #include "libavutil/lfg.h" #include "ac3.h" #include "ac3dsp.h" +#include "bswapdsp.h" #include "get_bits.h" -#include "dsputil.h" #include "fft.h" #include "fmtconvert.h" @@ -200,7 +200,7 @@ typedef struct AC3DecodeContext { ///@} ///@name Optimization - DSPContext dsp; ///< for optimization + BswapDSPContext bdsp; AVFloatDSPContext fdsp; AC3DSPContext ac3dsp; FmtConvertContext fmt_conv; ///< optimized conversion functions