]> git.sesse.net Git - ffmpeg/commit
ffmpeg: fallback to codecpar parameters on input filter eof
authorMarton Balint <cus@passwd.hu>
Sun, 18 Mar 2018 17:04:13 +0000 (18:04 +0100)
committerMarton Balint <cus@passwd.hu>
Wed, 28 Mar 2018 22:07:39 +0000 (00:07 +0200)
commit60c9a2553041152a32e7093756f728898593a585
treefbe2693b49869e61b49c16b69986ab09dca150b7
parent0dc11d8bbd470db89fbc17b7434e992c9129b310
ffmpeg: fallback to codecpar parameters on input filter eof

Fixes ticket #6854 and the following simpler case:

ffmpeg -f lavfi -i testsrc=d=1 -f lavfi -i testsrc=d=0 -filter_complex overlay -f null none

Signed-off-by: Marton Balint <cus@passwd.hu>
fftools/ffmpeg.c