OSDN Git Service

Fix type of out[] variable, it should not be const.
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Wed, 1 Jun 2011 18:26:54 +0000 (20:26 +0200)
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>
Wed, 1 Jun 2011 18:26:54 +0000 (20:26 +0200)
commitbf19c871012644fe27c69531b5f733c472aa858b
tree7abb816deab197364a0e49b9778e45c352700f83
parenteb5a3ab7b0ddaa9e7ce1b5070ba44bda9ce41ce9
Fix type of out[] variable, it should not be const.

Fixes compiler warning about incompatible types in sws_scale call.
libavfilter/vf_scale.c