Mercurial > mplayer.hg
changeset 27951:413c68dbae85
Remove unused flip_flag variable
author | reimar |
---|---|
date | Sun, 23 Nov 2008 12:25:41 +0000 |
parents | 31837cfbb63c |
children | 94bab93a8d17 |
files | libvo/vo_xv.c |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/vo_xv.c Sun Nov 23 12:08:18 2008 +0000 +++ b/libvo/vo_xv.c Sun Nov 23 12:25:41 2008 +0000 @@ -85,7 +85,6 @@ static uint32_t image_width; static uint32_t image_height; static uint32_t image_format; -static int flip_flag; static int int_pause; @@ -194,7 +193,6 @@ if (flags & VOFLAG_MODESWITCHING) vm = 1; #endif - flip_flag = flags & VOFLAG_FLIPPING; num_buffers = vo_doublebuffering ? (vo_directrendering ? NUM_BUFFERS : 2) : 1;