diff --git a/libavcodec/cngdec.c b/libavcodec/cngdec.c index 4fe7839ae7de674204139357334c27c0a3d5694e..caaa9c175b6beadecfd60d7dca28c4db7d25ee7c 100644 --- a/libavcodec/cngdec.c +++ b/libavcodec/cngdec.c @@ -102,7 +102,7 @@ static void cng_decode_flush(AVCodecContext *avctx) } static int cng_decode_frame(AVCodecContext *avctx, void *data, - int *got_frame_ptr, AVPacket *avpkt) + int *got_frame_ptr, AVPacket *avpkt) { CNGContext *p = avctx->priv_data; diff --git a/libavcodec/cngenc.c b/libavcodec/cngenc.c index 1e3f8f0c8d912d7cb38594d9de40372307252e05..a553a3f924c277adbb2945bae6d429e904d5f0e3 100644 --- a/libavcodec/cngenc.c +++ b/libavcodec/cngenc.c @@ -67,7 +67,7 @@ static av_cold int cng_encode_init(AVCodecContext *avctx) } static int cng_encode_frame(AVCodecContext *avctx, AVPacket *avpkt, - const AVFrame *frame, int *got_packet_ptr) + const AVFrame *frame, int *got_packet_ptr) { CNGContext *p = avctx->priv_data; int ret, i;