]> git.sesse.net Git - ffmpeg/commit
lavfi/tests/filtfmts: Constify a variable.
authorCarl Eugen Hoyos <ceffmpeg@gmail.com>
Tue, 24 Oct 2017 20:32:59 +0000 (22:32 +0200)
committerCarl Eugen Hoyos <ceffmpeg@gmail.com>
Tue, 24 Oct 2017 20:32:59 +0000 (22:32 +0200)
commit3c14547eb75c5b18099060085d12f09518ee2732
treee2dd4ea7cd5796dd6900315c58a619aed76203ef
parentacf70639fb534a4ae9b1e4c76153f0faa0bda190
lavfi/tests/filtfmts: Constify a variable.

Fixes the following warning:
libavfilter/tests/filtfmts.c: In function ‘main’:
libavfilter/tests/filtfmts.c:103:18: warning: assignment discards ‘const’ qualifier from pointer target type
libavfilter/tests/filtfmts.c