avstring-test: Mark pointer passed to av_free() as non-const
authorDiego Biurrun <diego@biurrun.de>
Sat, 19 Oct 2013 14:12:49 +0000 (16:12 +0200)
committerDiego Biurrun <diego@biurrun.de>
Wed, 23 Oct 2013 11:17:23 +0000 (13:17 +0200)
commit0d6d4a9e4a626be6ff55839eab4114aeac45ba88
treeb23ad7e5b68344e180325af993296b206ff26f09
parent72072bf9de3241848ea86f68d2297b7a5d6ad49b
avstring-test: Mark pointer passed to av_free() as non-const

libavutil/avstring.c:278:9: warning: passing argument 1 of ‘av_free’ discards ‘const’ qualifier from pointer target type
libavutil/avstring.c