]> git.sesse.net Git - ffmpeg/commit
avconv: create the complex filtergraphs earlier
authorAnton Khirnov <anton@khirnov.net>
Wed, 15 Jul 2015 15:17:54 +0000 (17:17 +0200)
committerAnton Khirnov <anton@khirnov.net>
Sun, 19 Jul 2015 07:38:44 +0000 (09:38 +0200)
commitbe101bc1e357c50fcb740bc4870b3bacc93a5727
tree66cf36e11f214ac032073322a5ae9d8d19647ed7
parent1959351aecf09fc3e90208ff775f4849801dc13f
avconv: create the complex filtergraphs earlier

Since global options are processed before all the other options now, we
do not have to try creating the complex filtergraphs several times
anymore, it is enough to do it once after the input files are opened.
avconv_opt.c