summaryrefslogtreecommitdiffstats
path: root/stream/tvi_bsdbt848.c
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-08-13 08:49:11 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-08-13 08:49:11 +0000
commit42ae2a635d4e062adb540026d3c43b350e6c809e (patch)
tree60b1c5490cd18634668010ad86ee45d2b938e116 /stream/tvi_bsdbt848.c
parent104ce10b999f715eb73d64a6eb6fdb8cb29c104a (diff)
downloadmpv-42ae2a635d4e062adb540026d3c43b350e6c809e.tar.bz2
mpv-42ae2a635d4e062adb540026d3c43b350e6c809e.tar.xz
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
Diffstat (limited to 'stream/tvi_bsdbt848.c')
-rw-r--r--stream/tvi_bsdbt848.c3
1 files changed, 0 insertions, 3 deletions
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;