Remove stale TODO

Handling (very) late buffers is already supported.

PiperOrigin-RevId: 700965581
This commit is contained in:
kimvde 2024-11-28 02:59:41 -08:00 committed by Copybara-Service
parent 852091f2d9
commit 4d925bde81

View File

@ -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: