]> git.sesse.net Git - ffmpeg/commit
avfilter/af_astats: fix msvc compile error
authorMatthias Troffaes <matthias.troffaes@gmail.com>
Mon, 29 Apr 2019 09:03:52 +0000 (11:03 +0200)
committerPaul B Mahol <onemda@gmail.com>
Mon, 29 Apr 2019 09:08:49 +0000 (11:08 +0200)
commit90b21ae5b5f8858e5af92c3e096af7ec56f17c6e
treea22537efcb01a316ed4274326bdb41e16b9840f6
parent45048ece81d395431d5604cf30596aaa62692da3
avfilter/af_astats: fix msvc compile error

MSVC requires an explicit cast from void * to void when applying the
ternary conditional operator to switch between methods that return
void.
libavfilter/af_astats.c