[FFmpeg-soc] [soc]: r1370 - rv40/rv40.c
kostya
subversion at mplayerhq.hu
Mon Sep 17 18:56:48 CEST 2007
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;
More information about the FFmpeg-soc
mailing list