mirror of
https://github.com/mpv-player/mpv
synced 2025-02-10 00:47:38 +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:
parent
aef2dad912
commit
e027efe578
@ -494,7 +494,6 @@ static uint32_t draw_image(mp_image_t *mpi){
|
|||||||
tdfx_vid_yuv_t yuv;
|
tdfx_vid_yuv_t yuv;
|
||||||
int p;
|
int p;
|
||||||
uint8_t* planes[3];
|
uint8_t* planes[3];
|
||||||
int stride[3];
|
|
||||||
|
|
||||||
#ifdef VERBOSE
|
#ifdef VERBOSE
|
||||||
printf("Draw image %d\n",buf);
|
printf("Draw image %d\n",buf);
|
||||||
|
Loading…
Reference in New Issue
Block a user