mirror of https://github.com/mpv-player/mpv
Remove redundant variable declarations.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24167 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
2322b23431
commit
a0c2348a70
|
@ -3061,9 +3061,6 @@ static void reset_fifos(ts_priv_t* priv, int a, int v, int s)
|
|||
}
|
||||
}
|
||||
|
||||
extern int videobuf_code_len;
|
||||
extern int sync_video_packet(demux_stream_t *);
|
||||
extern int skip_video_packet(demux_stream_t *);
|
||||
|
||||
static void demux_seek_ts(demuxer_t *demuxer, float rel_seek_secs, float audio_delay, int flags)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue