diff options
author | Ronald S. Bultje <rsbultje@gmail.com> | 2011-06-08 11:39:26 -0400 |
---|---|---|
committer | Ronald S. Bultje <rsbultje@gmail.com> | 2011-06-08 11:39:26 -0400 |
commit | 9bcbb250e23959075765edd3cb4c1fcb46736d7d (patch) | |
tree | c1e09de919325031833bbb73d937d5c7705f0f45 /libavformat/mp3enc.c | |
parent | 496d95c34cbc185c04c37be3cbcef941da53989a (diff) | |
download | ffmpeg-9bcbb250e23959075765edd3cb4c1fcb46736d7d.tar.gz |
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).
Diffstat (limited to 'libavformat/mp3enc.c')
0 files changed, 0 insertions, 0 deletions