[MPlayer-dev-eng] Questions About Audio Decoding

Alex Beregszaszi alex at naxine.org
Fri Dec 21 23:04:51 CET 2001


On Fri, Dec 21, 2001 at 02:00:58PM -0700, Mike Melanson wrote:
> On Fri, 21 Dec 2001, Alex Beregszaszi wrote:
> 
> > Can you upload a .mov including this 24bit rle or something else that uses
> > other value than 16bits?
> 
> 	I've placed a piece of Texas Instruments training media in the
> incoming directory under qt-rle/tidemo1-24bit-rle.mov. As I remember, it's
> 24-bit. QT reports it as having "millions" of colors, so it's certainly
> not 16-bit.
> 
> > I will fix the mov demuxer.
> 
> 	Much appreciated...

fixed.

--------

diff -r1.28 demux_mov.c
503a504
>               int depth = trak->stdata[43+32];
517c518
<               sh->bih->biBitCount=16;
---
>               sh->bih->biBitCount=depth;
521c522
<               mp_msg(MSGT_DEMUX, MSGL_INFO, "Image size: %d x
%d\n",sh->disp_w
,sh->disp_h);
---
>               mp_msg(MSGT_DEMUX, MSGL_INFO, "Image size: %d x %d
(%dbits)\n",s
h->disp_w,sh->disp_h,sh->bih->biBitCount);

--------

(my cvs write access is sleeping now :)

> 
> 	-Mike Melanson
> 
> _______________________________________________
> MPlayer-dev-eng mailing list
> MPlayer-dev-eng at mplayerhq.hu
> http://mplayerhq.hu/mailman/listinfo/mplayer-dev-eng

--
alex



More information about the MPlayer-dev-eng mailing list