1
mirror of https://github.com/mpv-player/mpv synced 2024-07-31 16:29:58 +02:00

Remove unused variable ncomps.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27765 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-10-13 23:10:42 +00:00
parent 505834ccb8
commit b9ce738825

View File

@ -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 */