[MPlayer-cvslog] r31800 - trunk/spudec.c
reimar
subversion at mplayerhq.hu
Sun Jul 25 11:47:06 CEST 2010
Author: reimar
Date: Sun Jul 25 11:47:06 2010
New Revision: 31800
Log:
Remove unused variables.
Modified:
trunk/spudec.c
Modified: trunk/spudec.c
==============================================================================
--- trunk/spudec.c Sun Jul 25 11:41:30 2010 (r31799)
+++ trunk/spudec.c Sun Jul 25 11:47:06 2010 (r31800)
@@ -179,8 +179,6 @@ static inline void spudec_cut_image(spud
{
unsigned int fy, ly;
unsigned int first_y, last_y;
- unsigned char *image;
- unsigned char *aimage;
if (this->stride == 0 || this->height == 0) {
return;
More information about the MPlayer-cvslog
mailing list