]> git.sesse.net Git - ffmpeg/commit
avfilter/vf_premultiply: add missing AV_PIX_FMT_YUVA444P12
authorMark Reid <mindmark@gmail.com>
Mon, 14 Sep 2020 02:55:01 +0000 (19:55 -0700)
committerPaul B Mahol <onemda@gmail.com>
Mon, 14 Sep 2020 08:31:46 +0000 (10:31 +0200)
commit60e7021064ea9e99854c585d452e89f38635480e
tree2bc657bd1dd2f19301981c17f150aebd5e58cbe9
parent119efa275ecbcaca96632b25a10df0b6c6ba42d2
avfilter/vf_premultiply: add missing AV_PIX_FMT_YUVA444P12

query_formats says its supported, but is missing from switch statement leading to segfault
libavfilter/vf_premultiply.c