summaryrefslogtreecommitdiff
path: root/ffmpeg.c
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2016-05-23 14:09:08 +0200
committerAnton Khirnov <anton@khirnov.net>2016-06-25 11:20:50 +0200
commit722ec3eb35bc152ce91d0a4502eca0df1c0086d0 (patch)
treed353507a68b0f209244ebe44f8ee72d7e7305e9e /ffmpeg.c
parent398f015f077c6a2406deffd9e37ff34b9c7bb3bc (diff)
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 'ffmpeg.c')
0 files changed, 0 insertions, 0 deletions