Mercurial > mplayer.hg
changeset 7643:55f894f3e09d
reversed Anders' nonsense change
author | arpi |
---|---|
date | Sun, 06 Oct 2002 23:24:36 +0000 |
parents | e1f1d5e1d789 |
children | b757512b906e |
files | mencoder.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mencoder.c Sun Oct 06 20:59:46 2002 +0000 +++ b/mencoder.c Sun Oct 06 23:24:36 2002 +0000 @@ -672,7 +672,7 @@ } 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;