Mercurial > libavcodec.hg
changeset 5950:e419e6d4e7eb libavcodec
cosmetics: indentation
author | aurel |
---|---|
date | Tue, 27 Nov 2007 22:54:46 +0000 |
parents | d7ad613197d2 |
children | 3d2019ebd388 |
files | i386/dsputil_mmx.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/i386/dsputil_mmx.c Tue Nov 27 22:54:18 2007 +0000 +++ b/i386/dsputil_mmx.c Tue Nov 27 22:54:46 2007 +0000 @@ -3636,10 +3636,10 @@ c->biweight_h264_pixels_tab[7]= ff_h264_biweight_4x2_mmx2; if (ENABLE_CAVS_DECODER) - ff_cavsdsp_init_mmx2(c, avctx); + ff_cavsdsp_init_mmx2(c, avctx); if (ENABLE_VC1_DECODER || ENABLE_WMV3_DECODER) - ff_vc1dsp_init_mmx(c, avctx); + ff_vc1dsp_init_mmx(c, avctx); #ifdef CONFIG_ENCODERS c->sub_hfyu_median_prediction= sub_hfyu_median_prediction_mmx2;