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;
         }
 
_______________________________________________
FFmpeg-soc mailing list
[email protected]
http://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to