1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-09-10 01:30:21 +02:00

avcodec/libxavs: attempt to fix compilation after b18c7c8d.

This commit is contained in:
Clément Bœsch 2013-11-18 07:53:08 +01:00
parent a8dec360c5
commit 71cd83e34c

View File

@ -110,7 +110,7 @@ static int encode_nals(AVCodecContext *ctx, AVPacket *pkt,
return 1;
}
static int XAVS_frame(AVCodecContext *ctx, AVPacket *pkt,
static int XAVS_frame(AVCodecContext *avctx, AVPacket *pkt,
const AVFrame *frame, int *got_packet)
{
XavsContext *x4 = ctx->priv_data;