[Mplayer-cvslog] CVS: main mencoder.c,1.174,1.175

Arpi of Ize arpi at mplayerhq.hu
Mon Oct 7 01:24:51 CEST 2002


Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv24385

Modified Files:
	mencoder.c 
Log Message:
reversed Anders' nonsense change


Index: mencoder.c
===================================================================
RCS file: /cvsroot/mplayer/main/mencoder.c,v
retrieving revision 1.174
retrieving revision 1.175
diff -u -r1.174 -r1.175
--- mencoder.c	6 Oct 2002 11:23:01 -0000	1.174
+++ mencoder.c	6 Oct 2002 23:24:36 -0000	1.175
@@ -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;




More information about the MPlayer-cvslog mailing list