]> git.sesse.net Git - ffmpeg/commit
avconv: insert extra filters in the same way for both graph inputs and outputs
authorAnton Khirnov <anton@khirnov.net>
Fri, 14 Jun 2013 16:25:30 +0000 (18:25 +0200)
committerAnton Khirnov <anton@khirnov.net>
Mon, 5 Aug 2013 08:52:22 +0000 (10:52 +0200)
commit2e661f26f8b12195f75ae3b07d9591e395135bc7
treebcca65ebadbded0f787ba0390231eab73b9b95a9
parent3799376dd3373ee255651ed542c75b15665801a8
avconv: insert extra filters in the same way for both graph inputs and outputs

This will allow using the same code when one filter can be inserted both
on input and output.
avconv_filter.c