Browse Source

avcodec/adpcmenc: remove forward declaration

Reviewed-by: Limin Wang <lance.lmwang@gmail.com>
Signed-off-by: Andriy Gelman <andriy.gelman@gmail.com>
tags/n4.4
Andriy Gelman 5 years ago
parent
commit
536e5dfa73
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      libavcodec/adpcmenc.c

+ 0
- 2
libavcodec/adpcmenc.c 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;


Loading…
Cancel
Save