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

This commit is contained in:
Alex Telitsine 2017-03-30 19:53:19 -07:00
parent 96f56716ce
commit d84733c9cf

View file

@ -1173,7 +1173,7 @@ public abstract class MediaCodecRenderer extends BaseRenderer {
/** /**
* Returns whether the decoder is needs Apaptive workaround disabled * Returns whether the decoder is needs Apaptive workaround disabled
* <p> * <p>
* If false is returned then we explicitly override codecIsAdaptive, * If TRUE is returned then we explicitly override codecIsAdaptive,
* setting it to false. * setting it to false.
* @param name The decoder name. * @param name The decoder name.
* @return TRUE if the device needs Adaptive workaround disabled * @return TRUE if the device needs Adaptive workaround disabled