mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Disables Adaptive workaround for Odroid-XU4 up to SDK 19 in Samsung's Exynos AVC and AVC secure decoders
This commit is contained in:
parent
42f3dcf0da
commit
96f56716ce
1 changed files with 1 additions and 1 deletions
|
|
@ -1175,7 +1175,7 @@ public abstract class MediaCodecRenderer extends BaseRenderer {
|
||||||
* <p>
|
* <p>
|
||||||
* If false is returned then we explicitly override codecIsAdaptive,
|
* If false is returned then we explicitly override codecIsAdaptive,
|
||||||
* setting it to false.
|
* setting it to false.
|
||||||
*
|
* @param name The decoder name.
|
||||||
* @return TRUE if the device needs Adaptive workaround disabled
|
* @return TRUE if the device needs Adaptive workaround disabled
|
||||||
*/
|
*/
|
||||||
private static boolean codecNeedsDisableAdaptationWorkaround(String name) {
|
private static boolean codecNeedsDisableAdaptationWorkaround(String name) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue