summaryrefslogtreecommitdiffstats
path: root/libmpcodecs
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-10-13 23:10:42 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-10-13 23:10:42 +0000
commitb9ce738825abc4ca9d9e05b8349c567e52361ecc (patch)
treebf874d388dbc07e97a2f175cb4da989f3f3e5eaf /libmpcodecs
parent505834ccb83a00c3d1d4289cba8442991dcb0b3d (diff)
downloadmpv-b9ce738825abc4ca9d9e05b8349c567e52361ecc.tar.bz2
mpv-b9ce738825abc4ca9d9e05b8349c567e52361ecc.tar.xz
Remove unused variable ncomps.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27765 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpcodecs')
-rw-r--r--libmpcodecs/vd_zrmjpeg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmpcodecs/vd_zrmjpeg.c b/libmpcodecs/vd_zrmjpeg.c
index d991e7b65c..fb73d06511 100644
--- a/libmpcodecs/vd_zrmjpeg.c
+++ b/libmpcodecs/vd_zrmjpeg.c
@@ -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 */