mirror of
https://github.com/samsonjs/media.git
synced 2026-03-26 09:35:47 +00:00
Verified encoding performance, removing TODO.
PiperOrigin-RevId: 460459378
(cherry picked from commit 776c8a5544)
This commit is contained in:
parent
2ea90e7abd
commit
414be2ef5b
1 changed files with 0 additions and 1 deletions
|
|
@ -476,7 +476,6 @@ public final class DefaultEncoderFactory implements Codec.EncoderFactory {
|
|||
* <p>The adjustment is applied in-place to {@code mediaFormat}.
|
||||
*/
|
||||
private static void adjustMediaFormatForEncoderPerformanceSettings(MediaFormat mediaFormat) {
|
||||
// TODO(b/213477153) Verify priority/operating rate settings work for non-AVC codecs.
|
||||
if (Util.SDK_INT < 25) {
|
||||
// Not setting priority and operating rate achieves better encoding performance.
|
||||
return;
|
||||
|
|
|
|||
Loading…
Reference in a new issue