[MPlayer-cvslog] r32139 - trunk/libao2/ao_esd.c

diego subversion at mplayerhq.hu
Fri Sep 10 23:51:39 CEST 2010


Author: diego
Date: Fri Sep 10 23:51:39 2010
New Revision: 32139

Log:
Replace audio_delay extern declaration by proper mplayer.h #include.

Modified:
   trunk/libao2/ao_esd.c

Modified: trunk/libao2/ao_esd.c
==============================================================================
--- trunk/libao2/ao_esd.c	Fri Sep 10 23:48:48 2010	(r32138)
+++ trunk/libao2/ao_esd.c	Fri Sep 10 23:51:39 2010	(r32139)
@@ -52,6 +52,7 @@
 #include "libaf/af_format.h"
 #include "mp_msg.h"
 #include "help_mp.h"
+#include "mplayer.h"
 
 
 #define ESD_RESAMPLES 0
@@ -84,7 +85,6 @@ static int esd_latency;
 static int esd_bytes_per_sample;
 static unsigned long esd_samples_written;
 static struct timeval esd_play_start;
-extern float audio_delay;
 
 /*
  * to set/get/query special features/parameters


More information about the MPlayer-cvslog mailing list