[MPlayer-dev-eng] [PATCH] Try to fix raw in mov
Carl Eugen Hoyos
cehoyos at ag.or.at
Sat Jul 7 15:31:30 CEST 2007
Hi!
Roberto Togni <rxt <at> rtogni.it> writes:
> > it works for me (if the image is supposed to be a blue "480P" writing
> > on white background). But since this is already in the rawrgb32 section
> > i'm not sure it's the right fix.
> > If you expect a red writing use the attached patch (this also match
> > the existing codecs.conf) (Note: quick c&p, many cases may be unused).
> >
>
> In quicktime the "480P" is black on a dirty-white background, with
> some yellow/brown borders at top and bottom. Reported codec name is
> "None". So my solution is also wrong.
Problem is that the picture is not PIX_FMT_RGB32 (8A 8R 8G 8B), but
PIX_FMT_RGB32_1 (8R 8G 8B 8A).
Am I correct that IMGFMT_BGR32_1 has to be introduced to allow mplayer to send
the right data to libswscale?
Thank you for your time, Carl Eugen
More information about the MPlayer-dev-eng
mailing list