diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-12-24 13:27:47 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-12-24 13:27:47 +0000 |
commit | fb4ad92a41ef8e19cceadb651dac807f9cb2391f (patch) | |
tree | 7d3fff8caa935141516cb13959fec9add86c8652 /src | |
parent | b112c6525ed3c73093ad84cc87eb09e7dcef53df (diff) | |
download | xine-lib-fb4ad92a41ef8e19cceadb651dac807f9cb2391f.tar.gz xine-lib-fb4ad92a41ef8e19cceadb651dac807f9cb2391f.tar.bz2 |
remove unused variable
CVS patchset: 5941
CVS date: 2003/12/24 13:27:47
Diffstat (limited to 'src')
-rw-r--r-- | src/libxinevdec/image.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libxinevdec/image.c b/src/libxinevdec/image.c index 42fe7b937..fbf965d60 100644 --- a/src/libxinevdec/image.c +++ b/src/libxinevdec/image.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: image.c,v 1.12 2003/12/14 22:13:25 siggi Exp $ + * $Id: image.c,v 1.13 2003/12/24 13:27:47 mroi Exp $ * * a image video decoder */ @@ -213,7 +213,6 @@ static void end_callback(png_structp png_ptr, png_infop info) { vo_frame_t *img; /* video out frame */ int row, col; - int i; /* * libpng has read end of image, now convert rows into a video frame |