[Ffmpeg-cvslog] CVS: ffmpeg/libavcodec/i386 vp3dsp_sse2.c,1.6,1.7

Måns Rullgård CVS mru
Sun Aug 14 17:42:42 CEST 2005


Update of /cvsroot/ffmpeg/ffmpeg/libavcodec/i386
In directory mail:/var2/tmp/cvs-serv30264/libavcodec/i386

Modified Files:
	vp3dsp_sse2.c 
Log Message:
kill a bunch of compiler warnings


Index: vp3dsp_sse2.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/i386/vp3dsp_sse2.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- vp3dsp_sse2.c	1 Jun 2005 21:19:00 -0000	1.6
+++ vp3dsp_sse2.c	14 Aug 2005 15:42:40 -0000	1.7
@@ -799,7 +799,6 @@
 void ff_vp3_idct_sse2(int16_t *input_data)
 {
     unsigned char *input_bytes = (unsigned char *)input_data;
-    unsigned char *dequant_const_bytes = (unsigned char *)SSE2_dequant_const;
     unsigned char *output_data_bytes = (unsigned char *)input_data;
     unsigned char *idct_data_bytes = (unsigned char *)SSE2_idct_data;
     unsigned char *Eight = (unsigned char *)eight_data;





More information about the ffmpeg-cvslog mailing list