[FFmpeg-cvslog] avcodec/adpcmenc: remove forward declaration

Andriy Gelman git at videolan.org
Sun Jun 21 06:24:48 EEST 2020


ffmpeg | branch: master | Andriy Gelman <andriy.gelman at gmail.com> | Sat Jun 20 14:31:53 2020 -0400| [536e5dfa73b0c5e87deb7f36d22dcc784b3570de] | committer: Andriy Gelman

avcodec/adpcmenc: remove forward declaration

Reviewed-by: Limin Wang <lance.lmwang at gmail.com>
Signed-off-by: Andriy Gelman <andriy.gelman at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=536e5dfa73b0c5e87deb7f36d22dcc784b3570de
---

 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;



More information about the ffmpeg-cvslog mailing list