Mercurial > libavcodec.hg
diff dsputil.c @ 5278:ef85411bb7e8 libavcodec
cosmetics: indentation
| author | aurel |
|---|---|
| date | Tue, 10 Jul 2007 20:27:50 +0000 |
| parents | 7b3fcb7c61ce |
| children | f44baba9edc3 |
line wrap: on
line diff
--- a/dsputil.c Tue Jul 10 20:23:08 2007 +0000 +++ b/dsputil.c Tue Jul 10 20:27:50 2007 +0000 @@ -4109,8 +4109,8 @@ 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;
