[FFmpeg-devel] [PATCH] h264_idct_sse2.asm - remove a variable

Ronald S. Bultje rsbultje
Fri Sep 3 16:40:54 CEST 2010


Hi,

2010/9/3 M?ns Rullg?rd <mans at mansr.com>:
> "Ronald S. Bultje" <rsbultje at gmail.com> writes:
>> $subj, should be straightforward.
>>
>> Ronald
>>
>> Index: ../libavcodec/x86/h264_idct_sse2.asm
>> ===================================================================
>> --- ../libavcodec/x86/h264_idct_sse2.asm ? ? ?(revision 24986)
>> +++ ../libavcodec/x86/h264_idct_sse2.asm ? ? ?(working copy)
>> @@ -27,7 +27,7 @@
>> ?%include "x86util.asm"
>>
>> ?SECTION_RODATA
>> -pw_32: times 8 dw 32
>> +cextern pw_32
>>
>> ?SECTION .text
>
> I guess you don't need the SECTION_RODATA either now.

Indeed, removed locally.

Ronald



More information about the ffmpeg-devel mailing list