[MPlayer-dev-eng] [PATCH] CoreAVC [4/5] - Mov support

Reimar Döffinger Reimar.Doeffinger at stud.uni-karlsruhe.de
Thu Oct 5 19:19:05 CEST 2006


Hello,
On Thu, Oct 05, 2006 at 09:02:12AM -0700, Alan Nisota wrote:
> On 10/5/06, Reimar Döffinger  wrote:
> >Have you tested how -demuxer lavf bahaves?
> Both work equally well (with this patch applied)  I'll have to trace
> what is being passed in by laf and will get back to you.

demux_lavf.c does not set it at all and since it uses calloc that means
it is 0 there, too. So this change should not be needed if -demuxer lavf
works.
It does set
bih->biSizeImage = bih->biWidth * bih->biHeight * bih->biBitCount/8;
though, and I'd change demuxer_mov.c to use that, too, if nobody objects.

Greetings,
Reimar Döffinger



More information about the MPlayer-dev-eng mailing list