[FFmpeg-devel] [PATCH 1/2] dpx: 10 and 12 bit decoding
Georg Lippitsch
georg.lippitsch at gmx.at
Sat Aug 25 19:17:11 CEST 2012
Am 25.08.2012, 03:03 Uhr, schrieb Michael Niedermayer <michaelni at gmx.at>:
> But the decoder has to return endian independant data for the fate test
> to work or a fixed endian format has to be forced and supported by
> the convertion code.
Do you mean always the same endianess, even on different-endian platforms
(e.g. always little endian, even on ARM)?
IIUC, this is not achieved by the old code, as it returns always RGB48
(and not explicitly RGB48LE)
Georg
More information about the ffmpeg-devel
mailing list