summaryrefslogtreecommitdiff
path: root/libavcodec/pcm-bluray.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/pcm-bluray.c')
-rw-r--r--libavcodec/pcm-bluray.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libavcodec/pcm-bluray.c b/libavcodec/pcm-bluray.c
index 9493b10ecd..fb9d06a36f 100644
--- a/libavcodec/pcm-bluray.c
+++ b/libavcodec/pcm-bluray.c
@@ -122,10 +122,9 @@ static int pcm_bluray_parse_header(AVCodecContext *avctx,
return 0;
}
-static int pcm_bluray_decode_frame(AVCodecContext *avctx, void *data,
+static int pcm_bluray_decode_frame(AVCodecContext *avctx, AVFrame *frame,
int *got_frame_ptr, AVPacket *avpkt)
{
- AVFrame *frame = data;
const uint8_t *src = avpkt->data;
int buf_size = avpkt->size;
GetByteContext gb;