diff options
author | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-06-25 08:46:55 +0000 |
---|---|---|
committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-06-25 08:46:55 +0000 |
commit | 8e64cc0f572443c041e51952b4fbb024d49fa0fb (patch) | |
tree | e96fdad8159bfb3a128c1dc814d48a38a2d15109 /src | |
parent | ee93419d333a6030648a4243a07abed6d9711513 (diff) | |
download | xine-lib-8e64cc0f572443c041e51952b4fbb024d49fa0fb.tar.gz xine-lib-8e64cc0f572443c041e51952b4fbb024d49fa0fb.tar.bz2 |
small code cleanup, no warnings when compiling esd
CVS patchset: 231
CVS date: 2001/06/25 08:46:55
Diffstat (limited to 'src')
-rw-r--r-- | src/audio_out/audio_esd_out.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/audio_out/audio_esd_out.c b/src/audio_out/audio_esd_out.c index baa4acded..fedad7a12 100644 --- a/src/audio_out/audio_esd_out.c +++ b/src/audio_out/audio_esd_out.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: audio_esd_out.c,v 1.4 2001/06/24 23:08:42 guenter Exp $ + * $Id: audio_esd_out.c,v 1.5 2001/06/25 08:46:55 guenter Exp $ */ #ifdef HAVE_CONFIG_H @@ -181,7 +181,6 @@ static int ao_write_audio_data(ao_functions_t *this_gen, uint32_t vpts, buffer_vpts; int32_t gap; int bDropPackage; - int pos; if (this->audio_fd<0) return 1; @@ -316,7 +315,6 @@ static int ao_set_property (ao_functions_t *this, int property, int value) { ao_functions_t *init_audio_out_plugin (config_values_t *config) { esd_functions_t *this; - int caps; int audio_fd; /* |