1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-09 08:27:18 +00:00

warning fix:

vo_tdfx_vid.c: In function 'draw_image':
vo_tdfx_vid.c:497: warning: unused variable 'stride'


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24272 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-08-28 17:11:49 +00:00
parent aef2dad912
commit e027efe578

View File

@ -494,7 +494,6 @@ static uint32_t draw_image(mp_image_t *mpi){
tdfx_vid_yuv_t yuv;
int p;
uint8_t* planes[3];
int stride[3];
#ifdef VERBOSE
printf("Draw image %d\n",buf);