summaryrefslogtreecommitdiffstats
path: root/mplayer.c
diff options
context:
space:
mode:
authoruau <uau@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-04-27 22:13:59 +0000
committeruau <uau@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-04-27 22:13:59 +0000
commitcc7550e89dabb78e9074a957d51bfbcecc69a776 (patch)
tree816a2ddfacd71317f63e388f7dc06a6b6401355a /mplayer.c
parent326fa789c69bd8ab25084b219b76a96688cdcffd (diff)
downloadmpv-cc7550e89dabb78e9074a957d51bfbcecc69a776.tar.bz2
mpv-cc7550e89dabb78e9074a957d51bfbcecc69a776.tar.xz
Remove a useless variable.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18324 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mplayer.c')
-rw-r--r--mplayer.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/mplayer.c b/mplayer.c
index 536ad96cbf..34e1bff61a 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -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;