From 55a5dac2e82a820786a17dcf7fd3d6ef7ceab62e 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 --- configs/media_codecs_google_video.xml | 112 ++++++++++++++++++++++++++++++++++ 1 file changed, 112 insertions(+) create mode 100644 configs/media_codecs_google_video.xml (limited to 'configs') diff --git a/configs/media_codecs_google_video.xml b/configs/media_codecs_google_video.xml new file mode 100644 index 0000000..dde73cf --- /dev/null +++ b/configs/media_codecs_google_video.xml @@ -0,0 +1,112 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.1