OSDN Git Service

vf_overlay: properly sync inputs.
authorAnton Khirnov <anton@khirnov.net>
Wed, 3 Oct 2012 20:34:50 +0000 (22:34 +0200)
committerAnton Khirnov <anton@khirnov.net>
Thu, 4 Oct 2012 08:23:25 +0000 (10:23 +0200)
commit4673a5a761f329af0aa56fc84f34ed898188bfa2
treeb443a38d97c78def52fda5d5c517d61ad4c3c618
parentab35ec29a4071871934856c00da7d6ebcc0c095b
vf_overlay: properly sync inputs.

Right now it incorrectly assumes that the frames are sent in the proper
order, which worked with old ffmpeg and avconv versions by accident.
libavfilter/vf_overlay.c