From 7776296e2bdf894a7a6b84ced4fe2827071cf063 Mon Sep 17 00:00:00 2001 From: Michael Gernoth Date: Sun, 15 Feb 2015 21:06:22 +0100 Subject: media_codecs: fix Netflix The current Netflix app tries very hard to find a codec which supports AdaptivePlayback. As our HW-codec doesn't support that, the Google H.264 software-codec gets used. But it is incapable of decoding the stream from Netflix, returning H264SWDEC_STRM_ERR. The hw-codec plays the stream just fine. This removes the declaration of adaptive-playback from the (broken) software-codec which causes Netflix to use hw-based decoding. Change-Id: I50b33f445a7db5bd7ad59d200277c193c68e3ba7 --- media_codecs.xml | 97 +++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 96 insertions(+), 1 deletion(-) (limited to 'media_codecs.xml') diff --git a/media_codecs.xml b/media_codecs.xml index 8e6acfd..7410d42 100644 --- a/media_codecs.xml +++ b/media_codecs.xml @@ -101,6 +101,101 @@ Only the three quirks included above are recognized at this point: - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.1