]> git.sesse.net Git - vlc/blobdiff - modules/demux/mp4/mp4.c
* ./modules/demux/mp4: added some DRMS debug statements.
[vlc] / modules / demux / mp4 / mp4.c
index e613a50de41c98471a6d6c51a5657eb694f4d0e2..e37c99efde61d3424958410059664c08e18a674f 100644 (file)
@@ -2,7 +2,7 @@
  * mp4.c : MP4 file input module for vlc
  *****************************************************************************
  * Copyright (C) 2001 VideoLAN
- * $Id: mp4.c,v 1.48 2004/01/05 13:07:02 zorglub Exp $
+ * $Id: mp4.c,v 1.49 2004/01/06 01:41:10 jlj Exp $
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *
  * This program is free software; you can redistribute it and/or modify
@@ -1336,6 +1336,9 @@ static void MP4_TrackCreate( input_thread_t *p_input,
     p_track->p_drms = p_drms != NULL ?
         p_drms->data.p_sample_soun->p_drms : NULL;
 
+    msg_Dbg( p_input, "drms%sinitialized",
+             p_track->p_drms == NULL ? " not " : " " );
+
     /* Set language */
     if( strcmp( language, "```" ) && strcmp( language, "und" ) )
     {