Mercurial > libavcodec.hg
changeset 11924:b3b2fd53617b libavcodec
Reindent after r23721.
author | rbultje |
---|---|
date | Tue, 22 Jun 2010 20:57:37 +0000 |
parents | 2013535ff4e5 |
children | c5e03082fd94 |
files | h264pred.c |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/h264pred.c Tue Jun 22 20:57:00 2010 +0000 +++ b/h264pred.c Tue Jun 22 20:57:37 2010 +0000 @@ -110,9 +110,9 @@ LOAD_TOP_EDGE LOAD_TOP_RIGHT_EDGE uint32_t v = PACK4UINT8((lt + 2*t0 + t1 + 2) >> 2, - (t0 + 2*t1 + t2 + 2) >> 2, - (t1 + 2*t2 + t3 + 2) >> 2, - (t2 + 2*t3 + t4 + 2) >> 2); + (t0 + 2*t1 + t2 + 2) >> 2, + (t1 + 2*t2 + t3 + 2) >> 2, + (t2 + 2*t3 + t4 + 2) >> 2); AV_WN32A(src+0*stride, v); AV_WN32A(src+1*stride, v);