mirror of
https://github.com/samsonjs/media.git
synced 2026-04-03 10:55:48 +00:00
Remove stale TODO
Handling (very) late buffers is already supported. PiperOrigin-RevId: 700965581
This commit is contained in:
parent
852091f2d9
commit
4d925bde81
1 changed files with 0 additions and 2 deletions
|
|
@ -158,8 +158,6 @@ import androidx.media3.exoplayer.ExoPlaybackException;
|
|||
dropFrame();
|
||||
break;
|
||||
case VideoFrameReleaseControl.FRAME_RELEASE_IGNORE:
|
||||
// TODO b/293873191 - Handle very late buffers and drop to key frame. Need to flush
|
||||
// VideoGraph input frames in this case.
|
||||
latestOutputPresentationTimeUs = presentationTimeUs;
|
||||
break;
|
||||
case VideoFrameReleaseControl.FRAME_RELEASE_IMMEDIATELY:
|
||||
|
|
|
|||
Loading…
Reference in a new issue