diff options
author | Mingming Yin <mingming@codeaurora.org> | 2015-07-08 18:23:52 -0700 |
---|---|---|
committer | Linux Build Service Account <lnxbuild@localhost> | 2015-10-06 03:24:13 -0600 |
commit | 2d846a1474e999db2a09ab00bb92e1b6079a0573 (patch) | |
tree | f689c133d1c9ab0e1b206c797595386cb7f80d67 /include/media | |
parent | f48b75f9c6407a2e5b361ec57cefd812404eb02d (diff) | |
download | frameworks_av-2d846a1474e999db2a09ab00bb92e1b6079a0573.zip frameworks_av-2d846a1474e999db2a09ab00bb92e1b6079a0573.tar.gz frameworks_av-2d846a1474e999db2a09ab00bb92e1b6079a0573.tar.bz2 |
stagefright: Disable AwesomePlayer
Permanently remove StagefrightPlayer codebase & remove its entry
from MediaPlayerFactory as AwesomePlayer is completely replaced
by NuPlayer. Keep the AwesomePlayer codebase to make
libstagefright_timedtext available to NuPlayer via libstagefright.
Conflicts:
media/libmediaplayerservice/MediaPlayerFactory.cpp
Change-Id: Idfecdc519919ee940817c7bb515433fc37588bd3
Diffstat (limited to 'include/media')
-rw-r--r-- | include/media/MediaPlayerInterface.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/media/MediaPlayerInterface.h b/include/media/MediaPlayerInterface.h index de82554..df10577 100644 --- a/include/media/MediaPlayerInterface.h +++ b/include/media/MediaPlayerInterface.h @@ -46,7 +46,6 @@ class IGraphicBufferProducer; template<typename T> class SortedVector; enum player_type { - STAGEFRIGHT_PLAYER = 3, NU_PLAYER = 4, // Test players are available only in the 'test' and 'eng' builds. // The shared library with the test player is passed passed as an |