[MPlayer-cvslog] r36286 - trunk/libvo/aspect.c
ib
subversion at mplayerhq.hu
Sun May 26 14:40:44 CEST 2013
Author: ib
Date: Sun May 26 14:40:44 2013
New Revision: 36286
Log:
Remove unused variable.
Modified:
trunk/libvo/aspect.c
Modified: trunk/libvo/aspect.c
==============================================================================
--- trunk/libvo/aspect.c Sat May 25 14:06:55 2013 (r36285)
+++ trunk/libvo/aspect.c Sun May 26 14:40:44 2013 (r36286)
@@ -56,7 +56,6 @@ static struct {
} aspdat;
static void aspect_rotate(void) {
- int i;
if (vo_rotate & 1) {
aspdat.orgw = aspdat.orgh_norot;
aspdat.orgh = aspdat.orgw_norot;
More information about the MPlayer-cvslog
mailing list