# HG changeset patch # User takis # Date 1190889916 0 # Node ID 0591d5928fe81f715514f57a612b449763aeed36 # Parent 6589b212f6b956a40089abfbc529479dcb0dca88 Remove redundant test. diff -r 6589b212f6b9 -r 0591d5928fe8 h264.c --- a/h264.c Thu Sep 27 06:21:57 2007 +0000 +++ b/h264.c Thu Sep 27 10:45:16 2007 +0000 @@ -2613,7 +2613,7 @@ h->hpc.pred16x16[ h->intra16x16_pred_mode ](dest_y , linesize); if(is_h264){ if(!transform_bypass) - h264_luma_dc_dequant_idct_c(h->mb, s->qscale, h->dequant4_coeff[IS_INTRA(mb_type) ? 0:3][s->qscale][0]); + h264_luma_dc_dequant_idct_c(h->mb, s->qscale, h->dequant4_coeff[0][s->qscale][0]); }else svq3_luma_dc_dequant_idct_c(h->mb, s->qscale); }