summaryrefslogtreecommitdiff
path: root/libavcodec/mvcdec.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/mvcdec.c')
-rw-r--r--libavcodec/mvcdec.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/libavcodec/mvcdec.c b/libavcodec/mvcdec.c
index 7d69eaefae..2bef903bfa 100644
--- a/libavcodec/mvcdec.c
+++ b/libavcodec/mvcdec.c
@@ -225,11 +225,10 @@ static int decode_mvc2(AVCodecContext *avctx, GetByteContext *gb,
return 0;
}
-static int mvc_decode_frame(AVCodecContext *avctx, void *data, int *got_frame,
- AVPacket *avpkt)
+static int mvc_decode_frame(AVCodecContext *avctx, AVFrame *frame,
+ int *got_frame, AVPacket *avpkt)
{
MvcContext *s = avctx->priv_data;
- AVFrame *frame = data;
GetByteContext gb;
int ret;