[FFmpeg-devel] [PATCH] avcodec/adpcmenc: remove forward declaration
Andriy Gelman
andriy.gelman at gmail.com
Sun Jun 21 06:27:48 EEST 2020
On Sun, 21. Jun 07:07, lance.lmwang at gmail.com wrote:
> On Sat, Jun 20, 2020 at 02:34:10PM -0400, Andriy Gelman wrote:
> > From: Andriy Gelman <andriy.gelman at gmail.com>
> >
> > Signed-off-by: Andriy Gelman <andriy.gelman at gmail.com>
> > ---
> > libavcodec/adpcmenc.c | 2 --
> > 1 file changed, 2 deletions(-)
> >
> > diff --git a/libavcodec/adpcmenc.c b/libavcodec/adpcmenc.c
> > index 1fe1aef6f5..1e94ef4047 100644
> > --- a/libavcodec/adpcmenc.c
> > +++ b/libavcodec/adpcmenc.c
> > @@ -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;
> > --
> > 2.26.2
>
> LGTM
>
Thanks, applied.
--
Andriy
More information about the ffmpeg-devel
mailing list