Browse Source

avcodec/libxavs: attempt to fix compilation after b18c7c8d.

tags/n2.2-rc1
Clément Bœsch 12 years ago
parent
commit
71cd83e34c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/libxavs.c

+ 1
- 1
libavcodec/libxavs.c View File

@@ -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…
Cancel
Save