From 42ae2a635d4e062adb540026d3c43b350e6c809e Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 13 Aug 2007 08:49:11 +0000 Subject: Remove unused variables. patch by Bernd Ernesti, mplayer-dev-eng lists.veego de git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24053 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stream/tvi_bsdbt848.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'stream/tvi_bsdbt848.c') diff --git a/stream/tvi_bsdbt848.c b/stream/tvi_bsdbt848.c index 2576bb6a1b..c0446a5d40 100644 --- a/stream/tvi_bsdbt848.c +++ b/stream/tvi_bsdbt848.c @@ -723,7 +723,6 @@ return(1); static double grabimmediate_video_frame(priv_t *priv, char *buffer, int len) { -struct timeval curtime; sigset_t sa_mask; if(priv->videoready == FALSE) return(0); @@ -746,7 +745,6 @@ return(0); static double grab_video_frame(priv_t *priv, char *buffer, int len) { -struct timeval curtime; double timestamp=0; sigset_t sa_mask; @@ -785,7 +783,6 @@ static double grab_audio_frame(priv_t *priv, char *buffer, int len) struct timeval curtime; double curpts; double timeskew; -int bytesavail; int bytesread; int ret; -- cgit v1.2.3