avcodec/adpcmenc: remove forward declaration

Reviewed-by: Limin Wang <lance.lmwang@gmail.com>
Signed-off-by: Andriy Gelman <andriy.gelman@gmail.com>
This commit is contained in:
Andriy Gelman 2020-06-20 14:31:53 -04:00
parent 29ea4e1b3c
commit 536e5dfa73
1 changed files with 0 additions and 2 deletions

View File

@ -58,8 +58,6 @@ typedef struct ADPCMEncodeContext {
#define FREEZE_INTERVAL 128
static av_cold int adpcm_encode_close(AVCodecContext *avctx);
static av_cold int adpcm_encode_init(AVCodecContext *avctx)
{
ADPCMEncodeContext *s = avctx->priv_data;