[Mplayer-cvslog] CVS: main cfg-common.h,1.62,1.63 cfg-mplayer.h,1.170,1.171 mencoder.c,1.173,1.174 mplayer.c,1.587,1.588

Arpi arpi at thot.banki.hu
Sun Oct 6 13:34:01 CEST 2002


Hi,

> Index: mencoder.c
> ===================================================================

> @@ -671,7 +672,7 @@
>      } else {
>  	mux_a->wf = malloc(sizeof(WAVEFORMATEX));
>  	mux_a->wf->nBlockAlign = 1; //mux_a->h.dwSampleSize;
> -	mux_a->wf->wFormatTag = sh_audio->format;
> +	mux_a->wf->wFormatTag = audio_output_format?audio_output_fo
> rmat:sh_audio->format;


this is nonsense.
you cannot override format for audio copy mode...
you may do it, after checking that format is PCM, and initializing filter
layer, and calling teh filter layer. but there is -oac pcm for this purpose.

btw, why is -af mplayer-only?


A'rpi / Astral & ESP-team

--
Developer of MPlayer, the Movie Player for Linux - http://www.MPlayerHQ.hu



More information about the MPlayer-cvslog mailing list