From 6e9cbdc10448203e7c8b2de41447442fcc9f7bae Mon Sep 17 00:00:00 2001 From: diego Date: Wed, 13 May 2009 02:58:57 +0000 Subject: whitespace cosmetics: Remove all trailing whitespace. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29305 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpdemux/demux_xmms_plugin.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libmpdemux/demux_xmms_plugin.h') diff --git a/libmpdemux/demux_xmms_plugin.h b/libmpdemux/demux_xmms_plugin.h index dd9183b26b..b63d82f7b9 100644 --- a/libmpdemux/demux_xmms_plugin.h +++ b/libmpdemux/demux_xmms_plugin.h @@ -40,10 +40,10 @@ typedef struct void (*configure) (void); /* Show the configuration dialog */ void (*get_volume) (int *l, int *r); void (*set_volume) (int l, int r); /* Set the volume */ - int (*open_audio) (AFormat fmt, int rate, int nch); /* Open the device, if the device can't handle the given + int (*open_audio) (AFormat fmt, int rate, int nch); /* Open the device, if the device can't handle the given parameters the plugin is responsible for downmixing the data to the right format before outputting it */ - void (*write_audio) (void *ptr, int length); /* The input plugin calls this to write data to the output + void (*write_audio) (void *ptr, int length); /* The input plugin calls this to write data to the output buffer */ void (*close_audio) (void); /* No comment... */ void (*flush) (int time); /* Flush the buffer and set the plugins internal timers to time */ @@ -100,7 +100,7 @@ typedef struct void (*set_volume) (int l, int r); /* you want the output plugin to handle it */ void (*cleanup) (void); /* Called when xmms exit */ InputVisType (*get_vis_type) (void); /* OBSOLETE, DO NOT USE! */ - void (*add_vis_pcm) (int time, AFormat fmt, int nch, int length, void *ptr); /* Send data to the visualization plugins + void (*add_vis_pcm) (int time, AFormat fmt, int nch, int length, void *ptr); /* Send data to the visualization plugins Preferably 512 samples/block */ void (*set_info) (char *title, int length, int rate, int freq, int nch); /* Fill in the stuff that is shown in the player window set length to -1 if it's unknown. Filled in by xmms */ -- cgit v1.2.3