1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-25 04:38:01 +00:00

Print waveheader only when verbose

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14396 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2005-01-06 13:10:10 +00:00
parent 53852a2a97
commit f3d075be77

View File

@ -1310,6 +1310,7 @@ void demux_open_real(demuxer_t* demuxer)
sh->wf->wFormatTag = sh->format;
if (verbose > 0)
print_wave_header(sh->wf);
if(demuxer->audio->id==stream_id){