changeset 8490:b579b143bbd4 libavcodec

indent
author michael
date Fri, 26 Dec 2008 18:39:24 +0000
parents e3c04f8aad5f
children 902c43f89d92
files faxcompr.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/faxcompr.c	Fri Dec 26 18:39:07 2008 +0000
+++ b/faxcompr.c	Fri Dec 26 18:39:24 2008 +0000
@@ -212,7 +212,7 @@
             return -1;
         }else{//vertical mode
             run = run_off - offs + (cmode - 5);
-                run_off -= *--ref;
+            run_off -= *--ref;
             offs += run;
             if(offs > width || run > width){
                 av_log(avctx, AV_LOG_ERROR, "Run went out of bounds\n");