OSDN Git Service

swscale: fix types of assembly arguments.
authorRonald S. Bultje <rsbultje@gmail.com>
Wed, 8 Jun 2011 15:39:26 +0000 (11:39 -0400)
committerRonald S. Bultje <rsbultje@gmail.com>
Wed, 8 Jun 2011 15:39:26 +0000 (11:39 -0400)
commit9bcbb250e23959075765edd3cb4c1fcb46736d7d
treec1e09de919325031833bbb73d937d5c7705f0f45
parent496d95c34cbc185c04c37be3cbcef941da53989a
swscale: fix types of assembly arguments.

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).
libswscale/x86/swscale_template.c