[MPlayer-cvslog] r27765 - trunk/libmpcodecs/vd_zrmjpeg.c
diego
subversion at mplayerhq.hu
Tue Oct 14 01:10:42 CEST 2008
Author: diego
Date: Tue Oct 14 01:10:42 2008
New Revision: 27765
Log:
Remove unused variable ncomps.
Modified:
trunk/libmpcodecs/vd_zrmjpeg.c
Modified: trunk/libmpcodecs/vd_zrmjpeg.c
==============================================================================
--- trunk/libmpcodecs/vd_zrmjpeg.c (original)
+++ trunk/libmpcodecs/vd_zrmjpeg.c Tue Oct 14 01:10:42 2008
@@ -109,7 +109,7 @@ static int get_int2(unsigned char *buf)
static unsigned int guess_mjpeg_type(unsigned char *data, unsigned int size,
int d_height) {
unsigned int p;
- int marker, length, height, ncomps, i, hf[3], vf[3];
+ int marker, length, height, i, hf[3], vf[3];
unsigned int app0 = 0, header = 0;
/* The initial marker must be SIO */
More information about the MPlayer-cvslog
mailing list