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/dsputil.c | |
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/dsputil.c')
-rw-r--r-- | libavcodec/dsputil.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/dsputil.c b/libavcodec/dsputil.c index 40f0339436..41fef24df1 100644 --- a/libavcodec/dsputil.c +++ b/libavcodec/dsputil.c @@ -4109,8 +4109,8 @@ void dsputil_init(DSPContext* c, AVCodecContext *avctx) c->h264_loop_filter_strength= NULL; if (ENABLE_ANY_H263) { - c->h263_h_loop_filter= h263_h_loop_filter_c; - c->h263_v_loop_filter= h263_v_loop_filter_c; + c->h263_h_loop_filter= h263_h_loop_filter_c; + c->h263_v_loop_filter= h263_v_loop_filter_c; } c->h261_loop_filter= h261_loop_filter_c; |