[FFmpeg-devel] r9017 breaks WMA decoding on Intel Macs

Loren Merritt lorenm
Sun Jun 3 06:13:19 CEST 2007


On Sat, 2 Jun 2007, Augie Fackler wrote:

> My solution is to do offset+0%number which translates to 345+0(%ebx,%ecx) or 
> 345+0123(%eax).  In the first case, we add 0 which OS X's gas has no issue 
> with and assembles correctly, and the second case, the number is given a 
> leading 0, which is still the same number.  I may be completely off my rocker 
> here, but I expect this is the real solution for use.  Attached is my patch 
> to fix it.

123 != 0123
A leading 0 means octal.

--Loren Merritt




More information about the ffmpeg-devel mailing list