mirror of https://github.com/FFmpeg/FFmpeg.git
Revert "Merge commit '8b830ee9a26d47b138f12a82085cdb372f407f1e'" (avconv: Do not try to configure filter outputs without streams)
FFmpeg already tests for this case in configure_output_filter() and printed a clearer error message example: ./ffmpeg -f lavfi -i color -f lavfi -i color -filter_complex "[1]null[x],[0][1]overlay" -f null - before the merge / after the revert: Filter null has a unconnected output after the merge / before the revert: Output pad "default" with type video of the filter instance "Parsed_null_0" of null not connected to any destination Error configuring complex filters. Invalid argument This reverts commitpull/154/head3e3779cd51
, reversing changes made to0b28039a44
. Reviewed-by: Ganesh Ajjanagadde <gajjanag@mit.edu>
parent
2a4d1a66e8
commit
14573b9b7c
1 changed files with 2 additions and 6 deletions
Loading…
Reference in new issue