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
(This bug is related but orthogonal to #553, which is now fixed)
If the first frame of a stream is at pts=S and we ask for samples with stop_pts <= S, the decoder actually returns all the samples in the stream. For example in our mp3 test asset which starts at S=0.13:
(This bug is related but orthogonal to #553, which is now fixed)
If the first frame of a stream is at pts=S and we ask for samples with
stop_pts <= S
, the decoder actually returns all the samples in the stream. For example in our mp3 test asset which starts at S=0.13:frames
andall_frames
are equal, while we would expectframes
to be empty.The text was updated successfully, but these errors were encountered: