# HG changeset patch # User diego # Date 1223939442 0 # Node ID d6c531d799cdf86aa270f7ba134f52b427954290 # Parent 48fbac972d033022896206bea629a67ec547a22d Remove unused variable ncomps. diff -r 48fbac972d03 -r d6c531d799cd libmpcodecs/vd_zrmjpeg.c --- a/libmpcodecs/vd_zrmjpeg.c Mon Oct 13 22:32:20 2008 +0000 +++ b/libmpcodecs/vd_zrmjpeg.c Mon Oct 13 23:10:42 2008 +0000 @@ -109,7 +109,7 @@ 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 */