diff options
-rw-r--r-- | include/xine.h.tmpl.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/xine.h.tmpl.in b/include/xine.h.tmpl.in index d07272978..e24bd384c 100644 --- a/include/xine.h.tmpl.in +++ b/include/xine.h.tmpl.in @@ -28,7 +28,7 @@ \endverbatim */ /* - * $Id: xine.h.tmpl.in,v 1.61 2001/12/09 17:24:39 guenter Exp $ + * $Id: xine.h.tmpl.in,v 1.62 2001/12/09 17:25:55 guenter Exp $ * */ @@ -1679,6 +1679,9 @@ osd_renderer_t *xine_get_osd_renderer (xine_t *self); * xine log functions */ +#define XINE_LOG_MSG 0 +#define XINE_LOG_CODEC 1 + void xine_log (xine_t *self, int buf, const char *format, ...); char **xine_get_log (xine_t *self, int buf); |