[MPlayer-cvslog] r24053 - trunk/stream/tvi_bsdbt848.c
diego
subversion at mplayerhq.hu
Mon Aug 13 10:49:11 CEST 2007
Author: diego
Date: Mon Aug 13 10:49:11 2007
New Revision: 24053
Log:
Remove unused variables.
patch by Bernd Ernesti, mplayer-dev-eng lists.veego de
Modified:
trunk/stream/tvi_bsdbt848.c
Modified: trunk/stream/tvi_bsdbt848.c
==============================================================================
--- trunk/stream/tvi_bsdbt848.c (original)
+++ trunk/stream/tvi_bsdbt848.c Mon Aug 13 10:49:11 2007
@@ -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 *p
struct timeval curtime;
double curpts;
double timeskew;
-int bytesavail;
int bytesread;
int ret;
More information about the MPlayer-cvslog
mailing list