summaryrefslogtreecommitdiff
path: root/libavcodec/photocd.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/photocd.c')
-rw-r--r--libavcodec/photocd.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libavcodec/photocd.c b/libavcodec/photocd.c
index a088ed0fa3..48dc1b88c4 100644
--- a/libavcodec/photocd.c
+++ b/libavcodec/photocd.c
@@ -290,13 +290,12 @@ static av_noinline int decode_huff(AVCodecContext *avctx, AVFrame *frame,
return 0;
}
-static int photocd_decode_frame(AVCodecContext *avctx, void *data,
+static int photocd_decode_frame(AVCodecContext *avctx, AVFrame *p,
int *got_frame, AVPacket *avpkt)
{
PhotoCDContext *s = avctx->priv_data;
const uint8_t *buf = avpkt->data;
GetByteContext *gb = &s->gb;
- AVFrame *p = data;
uint8_t *ptr, *ptr1, *ptr2;
int ret;