X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fdemux%2Fmp4%2Fmp4.c;h=e37c99efde61d3424958410059664c08e18a674f;hb=a659ab1addf9f3800ffbcd5f1d478cdf2e722b72;hp=e613a50de41c98471a6d6c51a5657eb694f4d0e2;hpb=edc9c9542df900dcdc6829c4366cf84fcf542c9a;p=vlc diff --git a/modules/demux/mp4/mp4.c b/modules/demux/mp4/mp4.c index e613a50de4..e37c99efde 100644 --- a/modules/demux/mp4/mp4.c +++ b/modules/demux/mp4/mp4.c @@ -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 * * 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" ) ) {