comparison libvo/aspect.c @ 36190:153031444853

Remove unused variable.
author ib
date Sun, 26 May 2013 12:40:44 +0000
parents 94979f661d38
children
comparison
equal deleted inserted replaced
36189:71360817b772 36190:153031444853
54 int scrh; // vertical resolution 54 int scrh; // vertical resolution
55 float asp; 55 float asp;
56 } aspdat; 56 } aspdat;
57 57
58 static void aspect_rotate(void) { 58 static void aspect_rotate(void) {
59 int i;
60 if (vo_rotate & 1) { 59 if (vo_rotate & 1) {
61 aspdat.orgw = aspdat.orgh_norot; 60 aspdat.orgw = aspdat.orgh_norot;
62 aspdat.orgh = aspdat.orgw_norot; 61 aspdat.orgh = aspdat.orgw_norot;
63 aspdat.prew = aspdat.preh_norot; 62 aspdat.prew = aspdat.preh_norot;
64 aspdat.preh = aspdat.prew_norot; 63 aspdat.preh = aspdat.prew_norot;