vf_sab, vf_smartblur: add "const" to match swscale API
commit5b87176faab756ba209dcc1055c8c8ced01aa333
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>
Mon, 13 Sep 2010 12:14:43 +0000 (13 12:14 +0000)
committerUoti Urpala <uau@glyph.nonexistent.invalid>
Tue, 2 Nov 2010 02:16:46 +0000 (2 04:16 +0200)
tree322948b98193a778dbf4ab5a078416a11e2620b3
parenteb67fe1a34296454149baf34ce1364563c0d9446
vf_sab, vf_smartblur: add "const" to match swscale API

Mark srcArray as const pointer to const data, fixes the warnings:
libmpcodecs/vf_sab.c:183: warning: passing argument 2 of 'sws_scale' from incompatible pointer type
libmpcodecs/vf_smartblur.c:134: warning: passing argument 2 of 'sws_scale' from incompatible pointer type

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32220 b3059339-0415-0410-9bf9-f77b7e298cf2
libmpcodecs/vf_sab.c
libmpcodecs/vf_smartblur.c