Skip to content

Commit

Permalink
Fix stream_options type stub
Browse files Browse the repository at this point in the history
  • Loading branch information
WyattBlue committed Oct 12, 2024
1 parent 329c377 commit d3881e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion av/container/core.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class Container:
format: ContainerFormat
options: dict[str, str]
container_options: dict[str, str]
stream_options: list[str]
stream_options: list[dict[str, str]]
streams: StreamContainer
metadata: dict[str, str]
open_timeout: Real | None
Expand Down

0 comments on commit d3881e1

Please sign in to comment.