[FFmpeg-cvslog] avcodec/libxavs: attempt to fix compilation after b18c7c8d.
Clément Bœsch
git at videolan.org
Mon Nov 18 07:53:29 CET 2013
ffmpeg | branch: master | Clément Bœsch <u at pkh.me> | Mon Nov 18 07:53:08 2013 +0100| [71cd83e34cf7ba88d766434e3d2b4d99c14bf0f2] | committer: Clément Bœsch
avcodec/libxavs: attempt to fix compilation after b18c7c8d.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=71cd83e34cf7ba88d766434e3d2b4d99c14bf0f2
---
libavcodec/libxavs.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/libxavs.c b/libavcodec/libxavs.c
index 1b72194..4599a0d 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;
More information about the ffmpeg-cvslog
mailing list