mirror of https://github.com/mpv-player/mpv
reversed Anders' nonsense change
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7644 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
a5a049336c
commit
58bf423ca9
|
@ -672,7 +672,7 @@ case ACODEC_COPY:
|
|||
} else {
|
||||
mux_a->wf = malloc(sizeof(WAVEFORMATEX));
|
||||
mux_a->wf->nBlockAlign = 1; //mux_a->h.dwSampleSize;
|
||||
mux_a->wf->wFormatTag = audio_output_format?audio_output_format:sh_audio->format;
|
||||
mux_a->wf->wFormatTag = sh_audio->format;
|
||||
mux_a->wf->nChannels = sh_audio->channels;
|
||||
mux_a->wf->nSamplesPerSec = sh_audio->samplerate;
|
||||
mux_a->wf->nAvgBytesPerSec=sh_audio->i_bps; //mux_a->h.dwSampleSize*mux_a->wf->nSamplesPerSec;
|
||||
|
|
Loading…
Reference in New Issue