mirror of https://git.ffmpeg.org/ffmpeg.git
Use SECTION .text for yasm code.
Patch by avcoder, ffmpeg gmail Originally committed as revision 25859 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
cfff297d98
commit
1761272ba9
|
@ -27,6 +27,8 @@ SECTION_RODATA
|
|||
|
||||
cextern pw_4
|
||||
|
||||
SECTION .text
|
||||
|
||||
%macro DEINTERLACE 1
|
||||
%ifidn %1, inplace
|
||||
;void ff_deinterlace_line_inplace_mmx(const uint8_t *lum_m4, const uint8_t *lum_m3, const uint8_t *lum_m2, const uint8_t *lum_m1, const uint8_t *lum, int size)
|
||||
|
|
Loading…
Reference in New Issue