diff options
author | Anton Khirnov <anton@khirnov.net> | 2016-05-23 14:09:08 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2016-06-25 11:20:50 +0200 |
commit | 722ec3eb35bc152ce91d0a4502eca0df1c0086d0 (patch) | |
tree | d353507a68b0f209244ebe44f8ee72d7e7305e9e /Changelog | |
parent | 398f015f077c6a2406deffd9e37ff34b9c7bb3bc (diff) | |
download | ffmpeg-722ec3eb35bc152ce91d0a4502eca0df1c0086d0.tar.gz |
avconv: decouple configuring filtergraphs and setting input parameters
Currently, calling configure_filtergraph() will pull in the input
parameters from the corresponding decoder context. This has the
following disadvantages:
- the decoded frame is a more proper source for this information
- a filter accessing decoder data breaks proper layering
Add functions for explicitly sending the input stream parameters to a
filtergraph input - currently from a frame and a decoder. The decoder
one will be dropped in future commits after some more restructuring.
Diffstat (limited to 'Changelog')
0 files changed, 0 insertions, 0 deletions