Mercurial > libavcodec.hg
changeset 12202:3465e53116e5 libavcodec
vp8: indent
author | mru |
---|---|
date | Tue, 20 Jul 2010 17:54:28 +0000 |
parents | c4b53914f286 |
children | a2c993c7ae90 |
files | vp8.c |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/vp8.c Tue Jul 20 17:54:25 2010 +0000 +++ b/vp8.c Tue Jul 20 17:54:28 2010 +0000 @@ -882,10 +882,10 @@ src_cb -= uvlinesize; src_cr -= uvlinesize; -#define XCHG(a,b,xchg) do {\ -if (xchg) AV_SWAP64(b,a);\ -else AV_COPY64(b,a);\ -} while (0) +#define XCHG(a,b,xchg) do { \ + if (xchg) AV_SWAP64(b,a); \ + else AV_COPY64(b,a); \ + } while (0) XCHG(top_border_m1+8, src_y-8, xchg); XCHG(top_border, src_y, xchg);