mirror of
https://github.com/mpv-player/mpv
synced 2024-12-28 06:03:45 +01:00
Remove a useless variable.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18324 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
326fa789c6
commit
cc7550e89d
@ -2355,8 +2355,6 @@ char * mem_ptr;
|
||||
|
||||
int file_format=DEMUXER_TYPE_UNKNOWN;
|
||||
|
||||
int delay_corrected=1;
|
||||
|
||||
// movie info:
|
||||
|
||||
#ifdef HAVE_RTC
|
||||
@ -3963,7 +3961,7 @@ if(time_frame>0.001 && !(vo_flags&256)){
|
||||
|
||||
mp_dbg(MSGT_AVSYNC,MSGL_DBG2,"### A:%8.3f (%8.3f) V:%8.3f A-V:%7.4f \n",a_pts,a_pts-audio_delay-delay,v_pts,(a_pts-delay-audio_delay)-v_pts);
|
||||
|
||||
if(delay_corrected){
|
||||
{
|
||||
static int drop_message=0;
|
||||
float x;
|
||||
AV_delay=(a_pts-delay-audio_delay)-v_pts;
|
||||
|
Loading…
Reference in New Issue
Block a user