From 7efb80184a1a3ee54816aadc71def1687ed0f109 Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Sun, 9 Jun 2002 13:23:36 +0000 Subject: improve error reporting for win32 codecs CVS patchset: 2049 CVS date: 2002/06/09 13:23:36 --- src/input/input_file.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/input/input_file.c') diff --git a/src/input/input_file.c b/src/input/input_file.c index 9a88255c4..ec3c20b2a 100644 --- a/src/input/input_file.c +++ b/src/input/input_file.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: input_file.c,v 1.49 2002/05/25 19:19:17 siggi Exp $ + * $Id: input_file.c,v 1.50 2002/06/09 13:23:36 miguelfreitas Exp $ */ #ifdef HAVE_CONFIG_H @@ -805,9 +805,10 @@ static int file_plugin_get_optional_data (input_plugin_t *this_gen, file_input_plugin_t *this = (file_input_plugin_t *) this_gen; +#ifdef LOG LOG_MSG(this->xine, _("input_file: get optional data, type %08x, sub %p\n"), data_type, this->sub); - +#endif switch(data_type) { case INPUT_OPTIONAL_DATA_TEXTSPU0: -- cgit v1.2.3