[FFmpeg-devel] [PATCH] h264_idct_sse2.asm - remove a variable
Måns Rullgård
mans
Fri Sep 3 16:34:33 CEST 2010
"Ronald S. Bultje" <rsbultje at gmail.com> writes:
> Hi,
>
> $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.
--
M?ns Rullg?rd
mans at mansr.com
More information about the ffmpeg-devel
mailing list