[FFmpeg-devel] [RFC/PATCH 6/8] tidsp: add mp4v configuration

Reimar Döffinger Reimar.Doeffinger
Wed Sep 8 07:16:13 CEST 2010


On Wed, Sep 08, 2010 at 01:58:14AM +0300, Felipe Contreras wrote:
> Right, although I've never encountered a problem with that. All the
> code I've seen assumes the endianness is determined at compilation
> time.

That isn't the problem, the question is will the DSP code still work
if the endianness is the other one? The struct will still look different
in memory if the endianness is changed, compile- vs. runtime does not matter.
It's not impossible that the DSP guesses the endianness on its own,
it would be unusual though.



More information about the ffmpeg-devel mailing list