aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorNiklas Haas <git@haasn.dev>2025-07-25 13:52:22 +0200
committerNiklas Haas <ffmpeg@haasn.dev>2025-07-31 12:35:32 +0000
commit03b9180fe34ebf9165d164d4aefbee25fe54b355 (patch)
tree3ceb6c9308aa90d3b4038e81aaa23d47e3a7681e /tools
parent1a61db9797f461cbc7dd3400fa77dec4000df24e (diff)
downloadffmpeg-master.tar.gz
avfilter/avfiltergraph: add logging for filter formatsHEADmaster
There is no convenient way, from the command line, to figure out which formats a filter actually supports. This commit changes that by adding a log output, at debug level, to simply print the list of formats each filter advertises on its links, before any negotiation. Furthermore, we can use the exact same helper function to also print out the corresponding filter links when there is an error during format negotiation. We need to use AV_BRINT_SIZE_UNLIMITED because the default format list for filters like vf_scale is about 1700 characters long, significantly larger than the the 1 kB default buffer.
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions