1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-04 14:12:10 +00:00

Remove unused static variables, fixes the warnings:

vo_bl.c: At top level:
vo_bl.c:64: warning: 'yoff' defined but not used
vo_bl.c:64: warning: 'stride' defined but not used


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25549 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-12-30 11:07:53 +00:00
parent 6a7f407a96
commit 8764815186

View File

@ -61,7 +61,7 @@ const LIBVO_EXTERN (bl)
static unsigned char *image = NULL;
static unsigned char *tmp = NULL;
static int framenum, yoff, stride;
static int framenum;
static char *bl_subdevice = NULL;
static int prevpts = -1;