~ubuntu-branches/ubuntu/utopic/libav/utopic-proposed

« back to all changes in this revision

Viewing changes to libavcodec/ac3dec.h

  • Committer: Package Import Robot
  • Author(s): Reinhard Tartler, Reinhard Tartler, Rico Tzschichholz
  • Date: 2014-08-30 11:02:45 UTC
  • mfrom: (1.3.47 sid)
  • Revision ID: package-import@ubuntu.com-20140830110245-io3dg7q85wfr7125
Tags: 6:11~beta1-2
[ Reinhard Tartler ]
* Make libavcodec-dev depend on libavresample-dev

[ Rico Tzschichholz ]
* Some fixes and leftovers from soname bumps

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
#include "libavutil/lfg.h"
55
55
#include "ac3.h"
56
56
#include "ac3dsp.h"
 
57
#include "bswapdsp.h"
57
58
#include "get_bits.h"
58
 
#include "dsputil.h"
59
59
#include "fft.h"
60
60
#include "fmtconvert.h"
61
61
 
200
200
///@}
201
201
 
202
202
///@name Optimization
203
 
    DSPContext dsp;                         ///< for optimization
 
203
    BswapDSPContext bdsp;
204
204
    AVFloatDSPContext fdsp;
205
205
    AC3DSPContext ac3dsp;
206
206
    FmtConvertContext fmt_conv;             ///< optimized conversion functions