Mercurial > libavcodec.hg
changeset 5727:0591d5928fe8 libavcodec
Remove redundant test.
author | takis |
---|---|
date | Thu, 27 Sep 2007 10:45:16 +0000 |
parents | 6589b212f6b9 |
children | d7970c9e3049 |
files | h264.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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); }