[FFmpeg-soc] [soc]: r3861 - dirac/libavcodec/dirac.h

conrad subversion at mplayerhq.hu
Thu Dec 4 22:10:29 CET 2008


Author: conrad
Date: Thu Dec  4 22:10:29 2008
New Revision: 3861

Log:
Fix indentation


Modified:
   dirac/libavcodec/dirac.h

Modified: dirac/libavcodec/dirac.h
==============================================================================
--- dirac/libavcodec/dirac.h	(original)
+++ dirac/libavcodec/dirac.h	Thu Dec  4 22:10:29 2008
@@ -387,7 +387,7 @@ int intra_dc_coeff_prediction(DiracConte
             pred = -((-pred)+1)/3;
     } else if (x > 0) {
         /* Just use the coefficient left of this one. */
-                pred = coeff[-1];
+        pred = coeff[-1];
     } else if (y > 0)
         pred = coeff[-s->padded_width];
     else



More information about the FFmpeg-soc mailing list