diff indeo5.c @ 11862:b42f18b5c479 libavcodec

Remove unused parameter.
author maxim
date Thu, 10 Jun 2010 16:52:54 +0000
parents 31dae9841fe1
children 238cfd740f10
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;