diff options
Diffstat (limited to 'libvo/vo_bl.c')
-rw-r--r-- | libvo/vo_bl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/vo_bl.c b/libvo/vo_bl.c index 4638f4438b..e2f857eca1 100644 --- a/libvo/vo_bl.c +++ b/libvo/vo_bl.c @@ -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; |