[MPlayer-dev-eng] [PATCH] ae_lavc: set nBlockAlign like libavformat
Reimar Döffinger
Reimar.Doeffinger at gmx.de
Sat Aug 27 17:51:42 CEST 2011
On Sat, Aug 27, 2011 at 04:34:21PM +0200, Nicolas George wrote:
> + mux_a->wf->nBlockAlign = lavc_actx->frame_size;
frame_size is currently passed vide dwScale.
That is quite broken and causes issues, but adding another
hack/breakages is not really the right way to go.
Also demux_lavf should need exactly the same change or stream
copy would still not work.
More information about the MPlayer-dev-eng
mailing list