mirror of
https://github.com/mpv-player/mpv
synced 2025-01-01 04:36:24 +01:00
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
This commit is contained in:
parent
104ce10b99
commit
42ae2a635d
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user