summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vd_zrmjpeg.c
diff options
context:
space:
mode:
Diffstat (limited to 'libmpcodecs/vd_zrmjpeg.c')
-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 a2d1d21e8b..2d35ec1420 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 */