[MPlayer-dev-eng] Checking Quicktime Color Depth?
Mike Melanson
melanson at pcisys.net
Fri Dec 21 17:20:36 CET 2001
On Fri, 21 Dec 2001, Arpi wrote:
> hmm.
> as a quick check to demux_mov.c:
>
> sh->bih->biBitCount=16;
> sh->bih->biCompression=trak->fourcc;
> sh->bih->biSizeImage=sh->bih->biWidth*sh->bih->biHeight;
>
> bpp is hardcoded to 16. i don't know where is bpp in mov headers. if you
> tell me, i can add, or do it yourself in demux_mov.c
Good, this gives me something to work with. I've written a
Quicktime parser before, so I should be able to remember where to find the
color depth.
Thanks...
-Mike Melanson
More information about the MPlayer-dev-eng
mailing list