avcodec/libxavs: attempt to fix compilation after b18c7c8d.
This commit is contained in:
parent
a8dec360c5
commit
71cd83e34c
@ -110,7 +110,7 @@ static int encode_nals(AVCodecContext *ctx, AVPacket *pkt,
|
|||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int XAVS_frame(AVCodecContext *ctx, AVPacket *pkt,
|
static int XAVS_frame(AVCodecContext *avctx, AVPacket *pkt,
|
||||||
const AVFrame *frame, int *got_packet)
|
const AVFrame *frame, int *got_packet)
|
||||||
{
|
{
|
||||||
XavsContext *x4 = ctx->priv_data;
|
XavsContext *x4 = ctx->priv_data;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user