From 3228b320ac0c2c46d695a7ac2913db1ff74eb0ba Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Sat, 31 May 2003 13:33:10 +0000 Subject: do not probe audio_none_out CVS patchset: 4992 CVS date: 2003/05/31 13:33:10 --- src/audio_out/audio_none_out.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/audio_out/audio_none_out.c') diff --git a/src/audio_out/audio_none_out.c b/src/audio_out/audio_none_out.c index 014114e5e..2f93d5702 100644 --- a/src/audio_out/audio_none_out.c +++ b/src/audio_out/audio_none_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_none_out.c,v 1.2 2003/05/15 13:28:54 miguelfreitas Exp $ + * $Id: audio_none_out.c,v 1.3 2003/05/31 13:33:10 miguelfreitas Exp $ */ #ifdef HAVE_CONFIG_H @@ -245,7 +245,7 @@ static void *init_class (xine_t *xine, void *data) { } static ao_info_t ao_info_none = { - 0 + -1 /* do not auto probe this one */ }; /* -- cgit v1.2.3