diff options
author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2002-06-09 13:23:36 +0000 |
---|---|---|
committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2002-06-09 13:23:36 +0000 |
commit | 7efb80184a1a3ee54816aadc71def1687ed0f109 (patch) | |
tree | abcd7ae5848d88f0bccc63ade8bea127e1ec24d3 /src/input/input_file.c | |
parent | 2c07cdf68053e8bd08696279bd8b508185937acc (diff) | |
download | xine-lib-7efb80184a1a3ee54816aadc71def1687ed0f109.tar.gz xine-lib-7efb80184a1a3ee54816aadc71def1687ed0f109.tar.bz2 |
improve error reporting for win32 codecs
CVS patchset: 2049
CVS date: 2002/06/09 13:23:36
Diffstat (limited to 'src/input/input_file.c')
-rw-r--r-- | src/input/input_file.c | 5 |
1 files changed, 3 insertions, 2 deletions
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: |