diff options
Diffstat (limited to 'include/xine.h.in')
-rw-r--r-- | include/xine.h.in | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/include/xine.h.in b/include/xine.h.in index 854ec7e2d..ca477b98b 100644 --- a/include/xine.h.in +++ b/include/xine.h.in @@ -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: xine.h.in,v 1.62 2003/02/28 12:16:01 mroi Exp $ + * $Id: xine.h.in,v 1.63 2003/03/06 16:49:30 guenter Exp $ * * public xine-lib (libxine) interface and documentation * @@ -325,6 +325,11 @@ int xine_get_param (xine_stream_t *stream, int param); /* recognize stream type by extension only. */ #define XINE_DEMUX_EXTENSION_STRATEGY 3 +/* verbosity settings */ +#define XINE_VERBOSITY_NONE 0 +#define XINE_VERBOSITY_LOG 1 +#define XINE_VERBOSITY_DEBUG 2 + /* * snapshot function * |