mirror of
https://github.com/androidx/media.git
synced 2025-05-04 14:10:40 +08:00

Before this CL: - MediaCodecVideoRenderer.onProcessedStreamChanged was called for the first stream in CompositionPlayer. - MediaCodecVideoRenderer.onProcessedStreamChanged was NOT called for the first stream in ExoPlayer.setVideoEffects. This discrepancy was adding some complexity to the code, making it less robust. PiperOrigin-RevId: 735439320