mirror of
https://mirror.skon.top/https://github.com/FFmpeg/FFmpeg
synced 2026-05-01 06:13:08 +08:00
avcodec/libxavs: attempt to fix compilation after b18c7c8d.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user