OSDN Git Service

Add const qualifier to param argument of sws_getContext() and
authorDiego Biurrun <diego@biurrun.de>
Sun, 10 May 2009 14:00:00 +0000 (14:00 +0000)
committerDiego Biurrun <diego@biurrun.de>
Sun, 10 May 2009 14:00:00 +0000 (14:00 +0000)
commit0020c54cb887b5a516b3f2f3646385f3fe28b29e
tree4411984c409c01da2ff02564c47ade26464e2937
parent465477e1fb9540e44aa3eab0ea6d18f62ccb648b
Add const qualifier to param argument of sws_getContext() and
sws_getCachedContext().  Fixes the warning:
swscale.c:3408: warning: assignment discards qualifiers from pointer target type

Originally committed as revision 29288 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
libswscale/swscale.c
libswscale/swscale.h