diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-03-04 10:30:27 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-03-04 10:30:27 +0000 |
commit | 1ea159173c1121cc04ded477383edc6a4a07f462 (patch) | |
tree | 2e3c6fa58b568a439ea69adaa7970b2bb7669246 /src/post | |
parent | 2c22d49ec05086005a721ba1afad0d5a81413734 (diff) | |
download | xine-lib-1ea159173c1121cc04ded477383edc6a4a07f462.tar.gz xine-lib-1ea159173c1121cc04ded477383edc6a4a07f462.tar.bz2 |
fix compiler warnings at least in xine's native code
CVS patchset: 4330
CVS date: 2003/03/04 10:30:27
Diffstat (limited to 'src/post')
-rw-r--r-- | src/post/mosaico/mosaico.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/post/mosaico/mosaico.c b/src/post/mosaico/mosaico.c index 61e8a5e1a..03b0796a8 100644 --- a/src/post/mosaico/mosaico.c +++ b/src/post/mosaico/mosaico.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: mosaico.c,v 1.7 2003/02/28 14:31:27 skaboy Exp $ + * $Id: mosaico.c,v 1.8 2003/03/04 10:30:29 mroi Exp $ */ /* @@ -450,7 +450,7 @@ static int _mosaico_draw_1(vo_frame_t *frame, post_mosaico_out_t *output) { static int _mosaico_draw_2(vo_frame_t *frame, post_mosaico_out_t *output, int cont) { - unsigned long size, i, j, wx, wy, ciclo; + unsigned long i, j, wx, wy, ciclo; unsigned long zx, zy, wid, wid2, des1, des2, hei; unsigned long scalex, scaley, pos_in_x, pos_in_y, pos_in; post_video_port_t *port; |