Author: kostya
Date: Mon Sep 17 18:56:48 2007
New Revision: 1370

Log:
Get rid of unneeded statement

Modified:
   rv40/rv40.c

Modified: rv40/rv40.c
==============================================================================
--- rv40/rv40.c (original)
+++ rv40/rv40.c Mon Sep 17 18:56:48 2007
@@ -2011,7 +2011,6 @@ static int rv40_decode_init(AVCodecConte
     avctx->flags |= CODEC_FLAG_EMU_EDGE;
     r->s.flags |= CODEC_FLAG_EMU_EDGE;
     avctx->pix_fmt = PIX_FMT_YUV420P;
-    avctx->max_b_frames = 8;
     avctx->has_b_frames = 1;
     s->low_delay = 0;
 
_______________________________________________
FFmpeg-soc mailing list
[email protected]
http://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to