You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
cosmetics: indentation
Originally committed as revision 11104 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -3636,10 +3636,10 @@ void dsputil_init_mmx(DSPContext* c, AVCodecContext *avctx)
|
|||||||
c->biweight_h264_pixels_tab[7]= ff_h264_biweight_4x2_mmx2;
|
c->biweight_h264_pixels_tab[7]= ff_h264_biweight_4x2_mmx2;
|
||||||
|
|
||||||
if (ENABLE_CAVS_DECODER)
|
if (ENABLE_CAVS_DECODER)
|
||||||
ff_cavsdsp_init_mmx2(c, avctx);
|
ff_cavsdsp_init_mmx2(c, avctx);
|
||||||
|
|
||||||
if (ENABLE_VC1_DECODER || ENABLE_WMV3_DECODER)
|
if (ENABLE_VC1_DECODER || ENABLE_WMV3_DECODER)
|
||||||
ff_vc1dsp_init_mmx(c, avctx);
|
ff_vc1dsp_init_mmx(c, avctx);
|
||||||
|
|
||||||
#ifdef CONFIG_ENCODERS
|
#ifdef CONFIG_ENCODERS
|
||||||
c->sub_hfyu_median_prediction= sub_hfyu_median_prediction_mmx2;
|
c->sub_hfyu_median_prediction= sub_hfyu_median_prediction_mmx2;
|
||||||
|
Reference in New Issue
Block a user