mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
9bcbb250e2
This prevents the following compiler warnings: "warning: initialization from incompatible pointer type". Since the variables are only ever used in inline assembly, their type is actually irrelevant (so the part where it was wrong did not invoke any buggy behaviour). |
||
---|---|---|
.. | ||
rgb2rgb_template.c | ||
rgb2rgb.c | ||
swscale_mmx.c | ||
swscale_template.c | ||
yuv2rgb_mmx.c | ||
yuv2rgb_template.c |