# HG changeset patch # User reimar # Date 1275340562 0 # Node ID 0a182f029587954e9fa5953a5d1e76b0915f6374 # Parent 69dbfbd26e05c9cd513077ec8533faa1a5adc7e5 Reindent. diff -r 69dbfbd26e05 -r 0a182f029587 spudec.c --- 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