Mercurial > mplayer.hg
changeset 27731:d6c531d799cd
Remove unused variable ncomps.
author | diego |
---|---|
date | Mon, 13 Oct 2008 23:10:42 +0000 |
parents | 48fbac972d03 |
children | 0fca9f25ee58 |
files | libmpcodecs/vd_zrmjpeg.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 */