Disable unsecure dumping of generic track with -v -v -v

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18584 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
rtogni 2006-06-05 19:00:23 +00:00
parent 2572417054
commit 6f416d77ea
1 changed files with 1 additions and 1 deletions

View File

@ -1815,7 +1815,7 @@ static demuxer_t* mov_read_header(demuxer_t* demuxer){
}
}
#if 1
#if 0
if( mp_msg_test(MSGT_DEMUX,MSGL_DBG3) ){
for(t_no=0;t_no<priv->track_db;t_no++){
mov_track_t* trak=priv->tracks[t_no];