You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I found bug in _ensure_video_packets method in avbin.py. It calls
self._get_packet() (twice, before and in while loop) but do not check if new
packed is received which leads to infinite loop. I solved this bug by adding
check and returning False if self._get_packet() return False (can't fetch more
packets aka EOS).
Original issue reported on code.google.com by [email protected] on 6 Sep 2014 at 10:56
Original issue reported on code.google.com by
[email protected]
on 6 Sep 2014 at 10:56Attachments:
The text was updated successfully, but these errors were encountered: