diff options
author | Guenter Bartsch <guenter@users.sourceforge.net> | 2003-01-11 19:06:52 +0000 |
---|---|---|
committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2003-01-11 19:06:52 +0000 |
commit | 847cbb1144eae8f185fdc47aaaf1a9e12bfc8de8 (patch) | |
tree | 269256e274f346dc6c5578e56fa983132eb412ba /src/xine-engine/audio_out.h | |
parent | 330004fb3f8c479c9619436b15f76dce95e83cbf (diff) | |
download | xine-lib-847cbb1144eae8f185fdc47aaaf1a9e12bfc8de8.tar.gz xine-lib-847cbb1144eae8f185fdc47aaaf1a9e12bfc8de8.tar.bz2 |
introducing a new, very low-impact aproach on implementing a video processing api
CVS patchset: 3875
CVS date: 2003/01/11 19:06:52
Diffstat (limited to 'src/xine-engine/audio_out.h')
-rw-r--r-- | src/xine-engine/audio_out.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xine-engine/audio_out.h b/src/xine-engine/audio_out.h index 82d1577f3..ab7cbd008 100644 --- a/src/xine-engine/audio_out.h +++ b/src/xine-engine/audio_out.h @@ -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_out.h,v 1.48 2002/12/27 03:40:07 miguelfreitas Exp $ + * $Id: audio_out.h,v 1.49 2003/01/11 19:06:52 guenter Exp $ */ #ifndef HAVE_AUDIO_OUT_H #define HAVE_AUDIO_OUT_H @@ -260,7 +260,7 @@ struct audio_driver_class_s { * this initiates the audio_out sync routines * found in ./src/xine-engine/audio_out.c */ -xine_audio_port_t *ao_new_port (xine_t *xine, ao_driver_t *driver) ; +xine_audio_port_t *ao_new_port (xine_t *xine, ao_driver_t *driver, int grab_only) ; /* * audio output modes + capabilities |