[FFmpeg-devel] [PATCH] mov.c: factorize ff_mov_read_stsd_entries()

Ronald S. Bultje rsbultje
Sat Mar 14 23:41:06 CET 2009


Hi,

On Sat, Mar 14, 2009 at 5:26 PM, Baptiste Coudurier
<baptiste.coudurier at gmail.com> wrote:
> Maybe a flag is better than a string ?

I prefer a flag also.

> Appending the palette might not break, no ?

I tried that, it doesn't work because MSRLE doesn't always include
terminators and thus just reads into the palette. I can cut it off,
but then I could just as well but it before; it breaks bitstream
either way.

Ronald




More information about the ffmpeg-devel mailing list