Mercurial > libavcodec.hg
changeset 11862:b42f18b5c479 libavcodec
Remove unused parameter.
author | maxim |
---|---|
date | Thu, 10 Jun 2010 16:52:54 +0000 |
parents | f6a2af58f3e0 |
children | a12d8bdd0cac |
files | indeo5.c |
diffstat | 1 files changed, 2 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/indeo5.c Thu Jun 10 08:39:05 2010 +0000 +++ b/indeo5.c Thu Jun 10 16:52:54 2010 +0000 @@ -646,9 +646,8 @@ * Switches buffers. * * @param ctx [in,out] ptr to the decoder context - * @param avctx [in] ptr to the AVCodecContext */ -static void switch_buffers(IVI5DecContext *ctx, AVCodecContext *avctx) +static void switch_buffers(IVI5DecContext *ctx) { switch (ctx->prev_frame_type) { case FRAMETYPE_INTRA: @@ -752,7 +751,7 @@ return -1; } - switch_buffers(ctx, avctx); + switch_buffers(ctx); //START_TIMER;