Originally committed as revision 23563 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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:
return -1;
}
- switch_buffers(ctx, avctx);
+ switch_buffers(ctx);
//START_TIMER;