changeset 31230:0a182f029587

Reindent.
author reimar
date Mon, 31 May 2010 21:16:02 +0000
parents 69dbfbd26e05
children 77bdb012aaae
files spudec.c
diffstat 1 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/spudec.c	Mon May 31 21:15:20 2010 +0000
+++ b/spudec.c	Mon May 31 21:16:02 2010 +0000
@@ -1205,11 +1205,11 @@
     // For HD files in MKV the VobSub resolution can be higher though,
     // see largeres_vobsub.mkv
     if (this->orig_frame_width <= 720 && this->orig_frame_height <= 576) {
-    this->orig_frame_width = 720;
-    if (this->orig_frame_height == 480 || this->orig_frame_height == 240)
-      this->orig_frame_height = 480;
-    else
-      this->orig_frame_height = 576;
+      this->orig_frame_width = 720;
+      if (this->orig_frame_height == 480 || this->orig_frame_height == 240)
+        this->orig_frame_height = 480;
+      else
+        this->orig_frame_height = 576;
     }
   }
   else