mirror of
https://github.com/samsonjs/media.git
synced 2026-03-26 09:35:47 +00:00
Fix comment in MediaCodecRenderer
This constant name was updated in 1bcf1cf9f7
PiperOrigin-RevId: 449969093
This commit is contained in:
parent
ce1ac5894d
commit
994c33f56f
1 changed files with 2 additions and 1 deletions
|
|
@ -1994,7 +1994,8 @@ public abstract class MediaCodecRenderer extends BaseRenderer {
|
|||
*
|
||||
* @throws ExoPlaybackException If an error occurs processing the signal.
|
||||
*/
|
||||
@TargetApi(23) // codecDrainAction == DRAIN_ACTION_UPDATE_DRM_SESSION implies SDK_INT >= 23.
|
||||
// codecDrainAction == DRAIN_ACTION_FLUSH_AND_UPDATE_DRM_SESSION implies SDK_INT >= 23.
|
||||
@TargetApi(23)
|
||||
private void processEndOfStream() throws ExoPlaybackException {
|
||||
switch (codecDrainAction) {
|
||||
case DRAIN_ACTION_REINITIALIZE:
|
||||
|
|
|
|||
Loading…
Reference in a new issue