[FFmpeg-devel] [RFC] simplify interplayvideo.c
Reimar Döffinger
Reimar.Doeffinger
Wed Mar 4 19:37:09 CET 2009
On Wed, Mar 04, 2009 at 08:02:20AM -0800, Mike Melanson wrote:
> Reimar D?ffinger wrote:
> > reportedly this decoder has some issue on big-endian systems.
>
> Can you repro the bug on PPC64?
Fixed. You can use this commandline for FATE (possibly adding bitexact,
just in case):
ffmpeg -i baldursgate-logo.mve -pix_fmt bgr24 -f framecrc -
Note that you can not use framecrc directly, since the pal8 format
includes a palette which is stored in machine-endian format, thus you
have to convert it.
More information about the ffmpeg-devel
mailing list