Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rtc-vp9: Allow scene detection for all speeds
Current code was disallowing scene detection for speeds >= 8, to avoid any encode_time increase (see comment in the code). But we can expect the cost to be small even at speed 8,9, and that concern on encode_time was from some time ago before 8 and 9 were further optimized. And this is needed for content with scene changes (see issue attached). So allow scene detection now for all RTC speed settings (speed >= 5). Bug: b/346846607 Change-Id: I678dbb88ff1399ed89b2bf9770ae9427e3044fc4
- Loading branch information