]> git.sesse.net Git - vlc/commitdiff
* a52tofloat32.c: changed an error into warning.
authorJon Lech Johansen <jlj@videolan.org>
Mon, 24 Feb 2003 17:06:21 +0000 (17:06 +0000)
committerJon Lech Johansen <jlj@videolan.org>
Mon, 24 Feb 2003 17:06:21 +0000 (17:06 +0000)
modules/audio_filter/converter/a52tofloat32.c

index 3d21801e3fb61fdedb41ce3a591807c4c6f8cdc1..f476dead1f9b4334f5bbc79fa048378913877b06 100644 (file)
@@ -4,7 +4,7 @@
  *   (http://liba52.sf.net/).
  *****************************************************************************
  * Copyright (C) 2001, 2002 VideoLAN
- * $Id: a52tofloat32.c,v 1.13 2003/02/20 01:52:45 sigmunau Exp $
+ * $Id: a52tofloat32.c,v 1.14 2003/02/24 17:06:21 jlj Exp $
  *
  * Authors: Gildas Bazin <gbazin@netcourrier.com>
  *          Christophe Massiot <massiot@via.ecp.fr>
@@ -192,7 +192,7 @@ static int Create( vlc_object_t * _p_filter )
         break;
 
     default:
-        msg_Err( p_filter, "unknown sample format !" );
+        msg_Warn( p_filter, "unknown sample format !" );
         free( p_sys );
         return -1;
     }