]> git.sesse.net Git - ffmpeg/commit
avconv: split creating and (re-)configuring complex filtergraphs
authorAnton Khirnov <anton@khirnov.net>
Wed, 15 Jul 2015 17:49:24 +0000 (19:49 +0200)
committerAnton Khirnov <anton@khirnov.net>
Sun, 19 Jul 2015 07:38:53 +0000 (09:38 +0200)
commit6d592fbd0d8e89ecade3fc93b36ea200213dc01c
tree2efee2be6e1ebdd15d58104663ca242a6406d546
parentbe101bc1e357c50fcb740bc4870b3bacc93a5727
avconv: split creating and (re-)configuring complex filtergraphs

The current code is less than straightforward due to the fact that
output streams can be created based on filtergraph definitions. This
change should make the code simpler and more readable. It will also be
useful in the future commits.
avconv.c
avconv.h
avconv_filter.c
avconv_opt.c