[MPlayer-cvslog] r31296 - trunk/spudec.c
reimar
subversion at mplayerhq.hu
Mon May 31 23:16:02 CEST 2010
Author: reimar
Date: Mon May 31 23:16:02 2010
New Revision: 31296
Log:
Reindent.
Modified:
trunk/spudec.c
Modified: trunk/spudec.c
==============================================================================
--- trunk/spudec.c Mon May 31 23:15:20 2010 (r31295)
+++ trunk/spudec.c Mon May 31 23:16:02 2010 (r31296)
@@ -1205,11 +1205,11 @@ void *spudec_new_scaled(unsigned int *pa
// 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
More information about the MPlayer-cvslog
mailing list