summaryrefslogtreecommitdiffstats
path: root/media/libmediaplayerservice/MediaPlayerFactory.h
diff options
context:
space:
mode:
authorRachad Alao <rachad@google.com>2014-08-25 21:46:34 +0000
committerRachad Alao <rachad@google.com>2014-08-25 21:46:34 +0000
commitda65048e8e6f65ed9b3f23cda3f4554025c76fc4 (patch)
tree8910f75df98402eda34d2e16ca26aafac05422fb /media/libmediaplayerservice/MediaPlayerFactory.h
parent9b48f5d780757ffb81709df3633d06b62edaf39f (diff)
downloadframeworks_av-da65048e8e6f65ed9b3f23cda3f4554025c76fc4.zip
frameworks_av-da65048e8e6f65ed9b3f23cda3f4554025c76fc4.tar.gz
frameworks_av-da65048e8e6f65ed9b3f23cda3f4554025c76fc4.tar.bz2
Revert "disable AwesomePlayer for Ogg vorbis"
Temporarily revert commit 9b48f5d780757ffb81709df3633d06b62edaf39f as a workaround for b/17173673 Bug: 17173673 Change-Id: Iec52289e77485a58ce28cc515d6a5b8e7b2d328a
Diffstat (limited to 'media/libmediaplayerservice/MediaPlayerFactory.h')
-rw-r--r--media/libmediaplayerservice/MediaPlayerFactory.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/media/libmediaplayerservice/MediaPlayerFactory.h b/media/libmediaplayerservice/MediaPlayerFactory.h
index 55ff918..5ddde19 100644
--- a/media/libmediaplayerservice/MediaPlayerFactory.h
+++ b/media/libmediaplayerservice/MediaPlayerFactory.h
@@ -71,6 +71,7 @@ class MediaPlayerFactory {
static status_t registerFactory_l(IFactory* factory,
player_type type);
+ static player_type getDefaultPlayerType();
static Mutex sLock;
static tFactoryMap sFactoryMap;