summaryrefslogtreecommitdiff
path: root/src/xine-engine/xine_internal.h
diff options
context:
space:
mode:
authorMatthias Kretz <kretz@kde.org>2007-06-04 23:30:47 +0200
committerMatthias Kretz <kretz@kde.org>2007-06-04 23:30:47 +0200
commitd121d898bd4a4061cb95162ecb886bd4d8d2e79b (patch)
treee4e947f5642409a4cb9ffdd6d59152662ad98f05 /src/xine-engine/xine_internal.h
parent7fc8916e6231e4cd7ed55c0fc7423f1ff705e497 (diff)
downloadxine-lib-d121d898bd4a4061cb95162ecb886bd4d8d2e79b.tar.gz
xine-lib-d121d898bd4a4061cb95162ecb886bd4d8d2e79b.tar.bz2
fallback to none output when the device is unplugged
Diffstat (limited to 'src/xine-engine/xine_internal.h')
-rw-r--r--src/xine-engine/xine_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xine-engine/xine_internal.h b/src/xine-engine/xine_internal.h
index c88bcc904..8230dfb13 100644
--- a/src/xine-engine/xine_internal.h
+++ b/src/xine-engine/xine_internal.h
@@ -484,7 +484,7 @@ vo_driver_t *_x_load_video_output_plugin(xine_t *this,
* load a specific audio output plugin
*/
-ao_driver_t *_x_load_audio_output_plugin (xine_t *self, char *id) XINE_PROTECTED;
+ao_driver_t *_x_load_audio_output_plugin (xine_t *self, const char *id) XINE_PROTECTED;
void _x_set_speed (xine_stream_t *stream, int speed) XINE_PROTECTED;