diff options
Diffstat (limited to 'libavcodec/shorten.c')
-rw-r--r-- | libavcodec/shorten.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libavcodec/shorten.c b/libavcodec/shorten.c index bbb955c177..96dec88191 100644 --- a/libavcodec/shorten.c +++ b/libavcodec/shorten.c @@ -522,10 +522,9 @@ end: return 0; } -static int shorten_decode_frame(AVCodecContext *avctx, void *data, +static int shorten_decode_frame(AVCodecContext *avctx, AVFrame *frame, int *got_frame_ptr, AVPacket *avpkt) { - AVFrame *frame = data; const uint8_t *buf = avpkt->data; int buf_size = avpkt->size; ShortenContext *s = avctx->priv_data; |