Commit 96f56716 by Alex Telitsine

Disables Adaptive workaround for Odroid-XU4 up to SDK 19 in Samsung's Exynos AVC…

Disables Adaptive workaround for Odroid-XU4 up to SDK 19 in Samsung's Exynos AVC and AVC secure decoders
parent 42f3dcf0
...@@ -1175,7 +1175,7 @@ public abstract class MediaCodecRenderer extends BaseRenderer { ...@@ -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) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment