Unverified Commit cc4c2af7 authored by Marc's avatar Marc Committed by GitHub
Browse files

Set should_buffer to True by default in _read_from_stream (#2201)

parent 75077328
......@@ -106,7 +106,7 @@ def _read_from_stream(
)
frames = {}
should_buffer = False
should_buffer = True
max_buffer_size = 5
if stream.type == "video":
# DivX-style packed B-frames can have out-of-order pts (2 frames in a single pkt)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment