Mercurial > mplayer.hg
changeset 24033:8a21d114aa94
Remove unused variables.
patch by Bernd Ernesti, mplayer-dev-eng lists.veego de
author | diego |
---|---|
date | Mon, 13 Aug 2007 08:49:11 +0000 |
parents | 144162149176 |
children | dc135842ac89 |
files | stream/tvi_bsdbt848.c |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/stream/tvi_bsdbt848.c Mon Aug 13 08:32:47 2007 +0000 +++ b/stream/tvi_bsdbt848.c Mon Aug 13 08:49:11 2007 +0000 @@ -723,7 +723,6 @@ 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 @@ 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 @@ struct timeval curtime; double curpts; double timeskew; -int bytesavail; int bytesread; int ret;