We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cb7d26 commit 7da1f6aCopy full SHA for 7da1f6a
ffmpeg/_run.py
@@ -48,7 +48,7 @@ def _get_input_args(input_node):
48
49
def _format_input_stream_name(stream_name_map, edge, is_final_arg=False):
50
prefix = stream_name_map[edge.upstream_node, edge.upstream_label]
51
- if not edge.upstream_selector:
+ if edge.upstream_selector is None:
52
suffix = ''
53
else:
54
suffix = ':{}'.format(edge.upstream_selector)
0 commit comments