diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-08-24 14:51:51 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-08-24 15:00:39 +0200 |
commit | 15a0fb58a3294876c23989915a4a6202411be1b0 (patch) | |
tree | 06270e6af9c4d446b75a573b39161664e60c6a13 /libavcodec/mpegaudiodsp.h | |
parent | bec180e1127f6753b5af1e6e5242020e0de12366 (diff) | |
parent | 01cb4c84f54a52725c9b4b4dd6c609c36cccc5d4 (diff) | |
download | ffmpeg-15a0fb58a3294876c23989915a4a6202411be1b0.tar.gz |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
utvideodec: Fix single symbol mode decoding
truespeech: drop useless casts
libavcodec: drop bogus dependencies from mpc[78] and qdm2
mpegaudio: move ff_mpa_enwindow to a separate file
AVOptions: store defaults for INT64 options in int64 union member.
Conflicts:
libavcodec/Makefile
libavfilter/af_asyncts.c
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/mpegaudiodsp.h')
-rw-r--r-- | libavcodec/mpegaudiodsp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/mpegaudiodsp.h b/libavcodec/mpegaudiodsp.h index 8fb2ca0ffd..aae8ac0cb5 100644 --- a/libavcodec/mpegaudiodsp.h +++ b/libavcodec/mpegaudiodsp.h @@ -41,6 +41,8 @@ void ff_mpadsp_init(MPADSPContext *s); extern int32_t ff_mpa_synth_window_fixed[]; extern float ff_mpa_synth_window_float[]; +extern const int32_t ff_mpa_enwindow[257]; + void ff_mpa_synth_filter_fixed(MPADSPContext *s, int32_t *synth_buf_ptr, int *synth_buf_offset, int32_t *window, int *dither_state, |