Skip to content

Commit 534dfdf

Browse files
committed
probe.query: fixed stream request id
1 parent 77488e0 commit 534dfdf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ffmpegio/probe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,7 @@ def query(
641641
642642
"""
643643

644-
get_stream = bool(streams)
644+
get_stream = streams is not None and streams is not False
645645
if isinstance(streams, bool):
646646
streams = None
647647

0 commit comments

Comments
 (0)