diff options
author | Clément Bœsch <u@pkh.me> | 2013-11-18 07:53:08 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-01-14 00:29:09 +0100 |
commit | 15d7b7d7ccb12234fc392ffd0d773285e84d5317 (patch) | |
tree | d6a5811c8598cc76658733952179b3664a680e61 | |
parent | 29353dd3f8159089ecf2fa0886f94f4cf32e75f2 (diff) | |
download | ffmpeg-15d7b7d7ccb12234fc392ffd0d773285e84d5317.tar.gz |
avcodec/libxavs: attempt to fix compilation after b18c7c8d.
(cherry picked from commit 71cd83e34cf7ba88d766434e3d2b4d99c14bf0f2)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | libavcodec/libxavs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/libxavs.c b/libavcodec/libxavs.c index 1b72194573..4599a0d315 100644 --- a/libavcodec/libxavs.c +++ b/libavcodec/libxavs.c @@ -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; |