mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00
Remove stale TODO
Handling (very) late buffers is already supported. PiperOrigin-RevId: 700965581
This commit is contained in:
parent
852091f2d9
commit
4d925bde81
@ -158,8 +158,6 @@ import androidx.media3.exoplayer.ExoPlaybackException;
|
|||||||
dropFrame();
|
dropFrame();
|
||||||
break;
|
break;
|
||||||
case VideoFrameReleaseControl.FRAME_RELEASE_IGNORE:
|
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;
|
latestOutputPresentationTimeUs = presentationTimeUs;
|
||||||
break;
|
break;
|
||||||
case VideoFrameReleaseControl.FRAME_RELEASE_IMMEDIATELY:
|
case VideoFrameReleaseControl.FRAME_RELEASE_IMMEDIATELY:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user