summaryrefslogtreecommitdiff
path: root/src/libsputext/xine_decoder.c
diff options
context:
space:
mode:
authorMiguel Freitas <miguelfreitas@users.sourceforge.net>2003-01-29 17:21:13 +0000
committerMiguel Freitas <miguelfreitas@users.sourceforge.net>2003-01-29 17:21:13 +0000
commit20c31b4a7d8288480d20bda9fc2f7c4cd61d1ff2 (patch)
treef6ec7e0bc81621e0ad955e420a06492ef2c54adf /src/libsputext/xine_decoder.c
parentc416a6b7881d9fbdf85bfdce6cb1eb87627869d1 (diff)
downloadxine-lib-20c31b4a7d8288480d20bda9fc2f7c4cd61d1ff2.tar.gz
xine-lib-20c31b4a7d8288480d20bda9fc2f7c4cd61d1ff2.tar.bz2
log messages
CVS patchset: 4041 CVS date: 2003/01/29 17:21:13
Diffstat (limited to 'src/libsputext/xine_decoder.c')
-rw-r--r--src/libsputext/xine_decoder.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/libsputext/xine_decoder.c b/src/libsputext/xine_decoder.c
index b892a8c9b..1a794c3e9 100644
--- a/src/libsputext/xine_decoder.c
+++ b/src/libsputext/xine_decoder.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: xine_decoder.c,v 1.52 2003/01/17 20:53:46 miguelfreitas Exp $
+ * $Id: xine_decoder.c,v 1.53 2003/01/29 17:21:13 miguelfreitas Exp $
*
*/
@@ -425,7 +425,9 @@ static void *init_spu_decoder_plugin (xine_t *xine, void *data) {
sputext_class_t *this ;
+#ifdef LOG
printf("libsputext: init class\n");
+#endif
this = (sputext_class_t *) xine_xmalloc (sizeof (sputext_class_t));