diff options
author | Aurelien Jacobs <aurel@gnuage.org> | 2007-07-10 20:27:50 +0000 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2007-07-10 20:27:50 +0000 |
commit | 674eeb5f576ef56d1cc95705c42b20a568efb1b4 (patch) | |
tree | c3923a2885275af4c74df7cf6ec70a4f026e2f92 /libavcodec/i386 | |
parent | eb75a69818c15272e94de9aba8e87a2c3535437a (diff) | |
download | ffmpeg-674eeb5f576ef56d1cc95705c42b20a568efb1b4.tar.gz |
cosmetics: indentation
Originally committed as revision 9582 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/i386')
-rw-r--r-- | libavcodec/i386/dsputil_mmx.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/i386/dsputil_mmx.c b/libavcodec/i386/dsputil_mmx.c index 333356832b..b7e657d4a3 100644 --- a/libavcodec/i386/dsputil_mmx.c +++ b/libavcodec/i386/dsputil_mmx.c @@ -3349,8 +3349,8 @@ void dsputil_init_mmx(DSPContext* c, AVCodecContext *avctx) #endif //CONFIG_ENCODERS if (ENABLE_ANY_H263) { - c->h263_v_loop_filter= h263_v_loop_filter_mmx; - c->h263_h_loop_filter= h263_h_loop_filter_mmx; + c->h263_v_loop_filter= h263_v_loop_filter_mmx; + c->h263_h_loop_filter= h263_h_loop_filter_mmx; } c->put_h264_chroma_pixels_tab[0]= put_h264_chroma_mc8_mmx; c->put_h264_chroma_pixels_tab[1]= put_h264_chroma_mc4_mmx; |