]> git.sesse.net Git - ffmpeg/commit
avfilter/vf_alphamerge: do not check for ret value if all wanted frames are present
authorPaul B Mahol <onemda@gmail.com>
Mon, 12 Nov 2018 21:07:13 +0000 (22:07 +0100)
committerPaul B Mahol <onemda@gmail.com>
Mon, 12 Nov 2018 21:07:13 +0000 (22:07 +0100)
commit23f589e073406f8c9d80092d3ff9ef8c22f27e63
tree15bd2b7f4bbe4b518d906848c46624ede5de8560
parentae4323548ae821db81b73bc66cf5a2f9885296cb
avfilter/vf_alphamerge: do not check for ret value if all wanted frames are present

It is not needed and may be uninitialized.
libavfilter/vf_alphamerge.c