mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-02-04 14:30:55 +08:00
avcodec/aac/aacdec: add a missing wrapper to an AAC USAC function call
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
@@ -538,7 +538,9 @@ static av_cold void flush(AVCodecContext *avctx)
|
||||
}
|
||||
}
|
||||
|
||||
#if CONFIG_AAC_DECODER
|
||||
ff_aac_usac_reset_state(ac, &ac->oc[1]);
|
||||
#endif
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user