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:
parent
53852a2a97
commit
f3d075be77
@ -1310,6 +1310,7 @@ void demux_open_real(demuxer_t* demuxer)
|
|||||||
|
|
||||||
sh->wf->wFormatTag = sh->format;
|
sh->wf->wFormatTag = sh->format;
|
||||||
|
|
||||||
|
if (verbose > 0)
|
||||||
print_wave_header(sh->wf);
|
print_wave_header(sh->wf);
|
||||||
|
|
||||||
if(demuxer->audio->id==stream_id){
|
if(demuxer->audio->id==stream_id){
|
||||||
|
Loading…
Reference in New Issue
Block a user