]> git.sesse.net Git - ffmpeg/commit
avconv: decouple configuring filtergraphs and setting output parameters
authorAnton Khirnov <anton@khirnov.net>
Mon, 23 May 2016 12:09:08 +0000 (14:09 +0200)
committerAnton Khirnov <anton@khirnov.net>
Sat, 25 Jun 2016 10:04:32 +0000 (12:04 +0200)
commit50722b4f0cbc5940e9e6e21d113888436cc89ff5
tree6e056d850cdfd6c3c91d75e97f4c6af2cbade392
parentba7397baef796ca3991fe1c921bc91054407c48b
avconv: decouple configuring filtergraphs and setting output parameters

Currently, a filtergraph will pull in the output constraints from its
corresponding decoder context, which breaks proper layering. Instead,
explicitly send the constaints on the output parameters to the
filtergraph.

This is similar to what is done for filtergraph inputs in
30ab4c51a180610d9f1720c75518d763515c0d9f
avconv.c
avconv.h
avconv_filter.c
avconv_opt.c