diff options
author | David Conrad <lessen42@gmail.com> | 2008-10-19 04:44:24 +0000 |
---|---|---|
committer | David Conrad <lessen42@gmail.com> | 2008-10-19 04:44:24 +0000 |
commit | 0dba1995bc206684e380aefcf494d807fc686a6e (patch) | |
tree | b09ac40ee1468d984859e6148743b0a41db0bb44 | |
parent | ca4a4ac1b3093d255f91b418abb178cdd67d3e95 (diff) | |
download | ffmpeg-0dba1995bc206684e380aefcf494d807fc686a6e.tar.gz |
Cosmetics: reindent
Originally committed as revision 15644 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/i386/dsputil_mmx.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libavcodec/i386/dsputil_mmx.c b/libavcodec/i386/dsputil_mmx.c index ff6fd469bc..90691fa20a 100644 --- a/libavcodec/i386/dsputil_mmx.c +++ b/libavcodec/i386/dsputil_mmx.c @@ -2632,9 +2632,9 @@ void dsputil_init_mmx(DSPContext* c, AVCodecContext *avctx) c->avg_pixels_tab[0][3] = avg_pixels16_xy2_mmx2; c->avg_pixels_tab[1][3] = avg_pixels8_xy2_mmx2; - if (ENABLE_VP3_DECODER || ENABLE_THEORA_DECODER) { - c->vp3_v_loop_filter= ff_vp3_v_loop_filter_mmx2; - c->vp3_h_loop_filter= ff_vp3_h_loop_filter_mmx2; + if (ENABLE_VP3_DECODER || ENABLE_THEORA_DECODER) { + c->vp3_v_loop_filter= ff_vp3_v_loop_filter_mmx2; + c->vp3_h_loop_filter= ff_vp3_h_loop_filter_mmx2; } } |