mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-24 02:20:56 +01:00
avcodec: Rename ff_kbd_window_init() as it will be needed from outside libavcodec
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
cf00f60bab
commit
fd5aa93a37
8 changed files with 16 additions and 16 deletions
|
|
@ -228,7 +228,7 @@ static av_cold int ac3_decode_init(AVCodecContext *avctx)
|
|||
if ((ret = av_tx_init(&s->tx_256, &s->tx_fn_256, IMDCT_TYPE, 1, 256, &scale, 0)))
|
||||
return ret;
|
||||
|
||||
AC3_RENAME(ff_kbd_window_init)(s->window, 5.0, 256);
|
||||
AC3_RENAME(avpriv_kbd_window_init)(s->window, 5.0, 256);
|
||||
ff_bswapdsp_init(&s->bdsp);
|
||||
|
||||
#if (USE_FIXED)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue