[FFmpeg-soc] [soc]: r882 - dirac/libavcodec/dirac.c

marco subversion at mplayerhq.hu
Thu Aug 16 17:23:57 CEST 2007


Author: marco
Date: Thu Aug 16 17:23:57 2007
New Revision: 882

Log:
Fix indentation

Modified:
   dirac/libavcodec/dirac.c

Modified: dirac/libavcodec/dirac.c
==============================================================================
--- dirac/libavcodec/dirac.c	(original)
+++ dirac/libavcodec/dirac.c	Thu Aug 16 17:23:57 2007
@@ -2652,14 +2652,14 @@ START_TIMER
         int width, height;
 
         if (comp == 0) {
-            width = s->sequence.luma_width;
-            height = s->sequence.luma_height;
-            s->padded_width = s->padded_luma_width;
+            width            = s->sequence.luma_width;
+            height           = s->sequence.luma_height;
+            s->padded_width  = s->padded_luma_width;
             s->padded_height = s->padded_luma_height;
         } else {
-            width = s->sequence.chroma_width;
-            height = s->sequence.chroma_height;
-            s->padded_width = s->padded_chroma_width;
+            width            = s->sequence.chroma_width;
+            height           = s->sequence.chroma_height;
+            s->padded_width  = s->padded_chroma_width;
             s->padded_height = s->padded_chroma_height;
         }
 



More information about the FFmpeg-soc mailing list