[FFmpeg-cvslog] postproc: remove stray +

Michael Niedermayer git at videolan.org
Sun Oct 30 19:22:25 CET 2011


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sun Oct 30 18:11:09 2011 +0100| [e834f7d2bb2480af2fd324f9a188edbd4b6f8ce2] | committer: Michael Niedermayer

postproc: remove stray +

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e834f7d2bb2480af2fd324f9a188edbd4b6f8ce2
---

 libpostproc/postprocess_template.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libpostproc/postprocess_template.c b/libpostproc/postprocess_template.c
index 2d15ee4..cb2a5e1 100644
--- a/libpostproc/postprocess_template.c
+++ b/libpostproc/postprocess_template.c
@@ -3588,7 +3588,7 @@ static void RENAME(postProcess)(const uint8_t src[], int srcStride, uint8_t dst[
 /*
         for(x=0; x<width; x+=32){
             volatile int i;
-            i+= + dstBlock[x + 7*dstStride] + dstBlock[x + 8*dstStride]
+            i+=   dstBlock[x + 7*dstStride] + dstBlock[x + 8*dstStride]
                 + dstBlock[x + 9*dstStride] + dstBlock[x +10*dstStride]
                 + dstBlock[x +11*dstStride] + dstBlock[x +12*dstStride];
                 + dstBlock[x +13*dstStride]



More information about the ffmpeg-cvslog mailing list