Loading media/libmediaplayerservice/MediaPlayerFactory.cpp +0 −6 Original line number Diff line number Diff line Loading @@ -70,12 +70,6 @@ static player_type getDefaultPlayerType() { return STAGEFRIGHT_PLAYER; } // TODO: remove this EXPERIMENTAL developer settings property if (property_get("persist.sys.media.use-awesome", value, NULL) && !strcasecmp("true", value)) { return STAGEFRIGHT_PLAYER; } return NU_PLAYER; } Loading Loading
media/libmediaplayerservice/MediaPlayerFactory.cpp +0 −6 Original line number Diff line number Diff line Loading @@ -70,12 +70,6 @@ static player_type getDefaultPlayerType() { return STAGEFRIGHT_PLAYER; } // TODO: remove this EXPERIMENTAL developer settings property if (property_get("persist.sys.media.use-awesome", value, NULL) && !strcasecmp("true", value)) { return STAGEFRIGHT_PLAYER; } return NU_PLAYER; } Loading