mirror of
https://github.com/mpv-player/mpv
synced 2025-01-18 21:31:13 +00: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:
parent
505834ccb8
commit
b9ce738825
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user