summaryrefslogtreecommitdiffstats
path: root/stream/tvi_bsdbt848.c
diff options
context:
space:
mode:
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;