mirror of https://git.ffmpeg.org/ffmpeg.git
* minor update
Originally committed as revision 571 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
8cd91a44b8
commit
423d391bfe
|
@ -64,8 +64,9 @@ static const struct pix_func {
|
||||||
} pix_func[] = {
|
} pix_func[] = {
|
||||||
|
|
||||||
PIX_FUNC_MMX(put_pixels),
|
PIX_FUNC_MMX(put_pixels),
|
||||||
PIX_FUNC_MMX(put_pixels_x2),
|
#if 1
|
||||||
PIX_FUNC_MMX(put_pixels_y2),
|
PIX_FUNC(put_pixels_x2),
|
||||||
|
PIX_FUNC(put_pixels_y2),
|
||||||
PIX_FUNC_MMX(put_pixels_xy2),
|
PIX_FUNC_MMX(put_pixels_xy2),
|
||||||
|
|
||||||
PIX_FUNC(put_no_rnd_pixels_x2),
|
PIX_FUNC(put_no_rnd_pixels_x2),
|
||||||
|
@ -76,7 +77,7 @@ static const struct pix_func {
|
||||||
PIX_FUNC(avg_pixels_x2),
|
PIX_FUNC(avg_pixels_x2),
|
||||||
PIX_FUNC(avg_pixels_y2),
|
PIX_FUNC(avg_pixels_y2),
|
||||||
PIX_FUNC(avg_pixels_xy2),
|
PIX_FUNC(avg_pixels_xy2),
|
||||||
|
#endif
|
||||||
{ 0, 0 }
|
{ 0, 0 }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue