[MPlayer-dev-eng] Unused Variables in postproc/yuv2rbg.c
Eric Sesterhenn
SnakeByte at gmx.de
Tue Aug 13 20:31:41 CEST 2002
Hi,
during compiling MPlayer I got some warnings about unused variables in
postproc/yuv2rbg.c This is the diff to remove them.
( Hope the diff is ok, this way, never made one before )
Greetings. Eric
Index: yuv2rgb.c
===================================================================
RCS file: /cvsroot/mplayer/main/postproc/yuv2rgb.c,v
retrieving revision 1.12
diff -r1.12 yuv2rgb.c
603c603
< int U, V, Y, out;
---
> int U, V, Y;
695,696c695,696
< int U, V, Y;
< uint8_t * r, * g, * b;
---
> int Y;
> uint8_t * g;
--
GMX - Die Kommunikationsplattform im Internet.
http://www.gmx.net
More information about the MPlayer-dev-eng
mailing list