]> git.sesse.net Git - ffmpeg/commit
avconv: create simple filtergraphs earlier
authorAnton Khirnov <anton@khirnov.net>
Sun, 22 May 2016 17:57:36 +0000 (19:57 +0200)
committerAnton Khirnov <anton@khirnov.net>
Tue, 21 Jun 2016 10:39:02 +0000 (12:39 +0200)
commit73c6ec6d659bab11ac424a4ba6ce3a56246295ee
tree79300ca1198423c428a4aad9b69f2e2bfb1fdd87
parent49670e4218d34899a1c37abb7a11615efc16f757
avconv: create simple filtergraphs earlier

We already have all the necessary information in open_output_file().
This makes the information about the stream/filtergraph mappings
available earlier.
avconv.c
avconv.h
avconv_filter.c
avconv_opt.c