[Mplayer-cvslog] CVS: main/libmpcodecs/native qtrpza.c,1.2,1.3
Arpi of Ize
arpi at mplayerhq.hu
Thu Nov 7 00:54:58 CET 2002
- Previous message: [Mplayer-cvslog] CVS: main/libmpcodecs ad_acm.c,1.9,1.10 ad_qtaudio.c,1.1,1.2 dec_audio.c,1.17,1.18 dec_video.c,1.153,1.154 vd_lzo.c,1.5,1.6 vd_vfw.c,1.24,1.25 ve_vfw.c,1.11,1.12 ve_xvid.c,1.4,1.5 vf_1bpp.c,1.2,1.3 vf_2xsai.c,1.1,1.2 vf_boxblur.c,1.1,1.2 vf_il.c,1.3,1.4 vf_pp.c,1.19,1.20
- Next message: [Mplayer-cvslog] CVS: main/libmpdemux aviprint.c,1.15,1.16 demux_asf.c,1.23,1.24 demux_audio.c,1.14,1.15 demux_avi.c,1.49,1.50 demux_mpg.c,1.43,1.44 demux_ogg.c,1.17,1.18 demux_real.c,1.32,1.33 demuxer.c,1.121,1.122 open.c,1.62,1.63 tv.c,1.38,1.39 tvi_def.h,1.7,1.8
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main/libmpcodecs/native
In directory mail:/var/tmp.root/cvs-serv16361/libmpcodecs/native
Modified Files:
qtrpza.c
Log Message:
*HUGE* set of compiler warning fixes, unused variables removal
based on patch by Dominik Mierzejewski <dominik at rangers.eu.org>
Index: qtrpza.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/native/qtrpza.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- qtrpza.c 10 Feb 2002 23:51:23 -0000 1.2
+++ qtrpza.c 6 Nov 2002 23:54:25 -0000 1.3
@@ -130,7 +130,6 @@
int height, int bytes_per_pixel)
{
- int i;
int stream_ptr = 0;
int chunk_size;
unsigned char opcode;
@@ -145,7 +144,6 @@
int pixel_ptr = 0;
int pixel_x, pixel_y;
int row_inc = bytes_per_pixel * (width - 4);
- int max_height = row_inc * height;
int block_x_inc = bytes_per_pixel * 4;
int block_y_inc = bytes_per_pixel * width;
int block_ptr;
- Previous message: [Mplayer-cvslog] CVS: main/libmpcodecs ad_acm.c,1.9,1.10 ad_qtaudio.c,1.1,1.2 dec_audio.c,1.17,1.18 dec_video.c,1.153,1.154 vd_lzo.c,1.5,1.6 vd_vfw.c,1.24,1.25 ve_vfw.c,1.11,1.12 ve_xvid.c,1.4,1.5 vf_1bpp.c,1.2,1.3 vf_2xsai.c,1.1,1.2 vf_boxblur.c,1.1,1.2 vf_il.c,1.3,1.4 vf_pp.c,1.19,1.20
- Next message: [Mplayer-cvslog] CVS: main/libmpdemux aviprint.c,1.15,1.16 demux_asf.c,1.23,1.24 demux_audio.c,1.14,1.15 demux_avi.c,1.49,1.50 demux_mpg.c,1.43,1.44 demux_ogg.c,1.17,1.18 demux_real.c,1.32,1.33 demuxer.c,1.121,1.122 open.c,1.62,1.63 tv.c,1.38,1.39 tvi_def.h,1.7,1.8
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list