mirror of https://git.ffmpeg.org/ffmpeg.git
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:
parent
29ea4e1b3c
commit
536e5dfa73
|
@ -58,8 +58,6 @@ typedef struct ADPCMEncodeContext {
|
||||||
|
|
||||||
#define FREEZE_INTERVAL 128
|
#define FREEZE_INTERVAL 128
|
||||||
|
|
||||||
static av_cold int adpcm_encode_close(AVCodecContext *avctx);
|
|
||||||
|
|
||||||
static av_cold int adpcm_encode_init(AVCodecContext *avctx)
|
static av_cold int adpcm_encode_init(AVCodecContext *avctx)
|
||||||
{
|
{
|
||||||
ADPCMEncodeContext *s = avctx->priv_data;
|
ADPCMEncodeContext *s = avctx->priv_data;
|
||||||
|
|
Loading…
Reference in New Issue