mirror of
https://github.com/mpv-player/mpv
synced 2025-01-18 13:14:36 +00:00
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:
parent
2572417054
commit
6f416d77ea
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user