summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAusten Dicken <cvpcsm@gmail.com>2011-01-27 12:14:14 -0600
committerSteve Kondik <shade@chemlab.org>2011-01-31 04:04:20 -0500
commit49e185aaf0df23e1a472fe7edaf50de3c5550099 (patch)
tree552a3419e070028017bb5bbfec52c3f8a73009b5 /include
parentc01ac27b56dd9cd75a8be654b242c71618049b42 (diff)
downloadframeworks_base-49e185aaf0df23e1a472fe7edaf50de3c5550099.zip
frameworks_base-49e185aaf0df23e1a472fe7edaf50de3c5550099.tar.gz
frameworks_base-49e185aaf0df23e1a472fe7edaf50de3c5550099.tar.bz2
Re-added FLAC support from froyo
Consolidated the several froyo commits to add FLAC support. Change-Id: Idbc676a24d8073fb8f3616af00c22d675bf45e01
Diffstat (limited to 'include')
-rw-r--r--include/media/MediaPlayerInterface.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/media/MediaPlayerInterface.h b/include/media/MediaPlayerInterface.h
index 0521709..e86f7e0 100644
--- a/include/media/MediaPlayerInterface.h
+++ b/include/media/MediaPlayerInterface.h
@@ -44,6 +44,7 @@ enum player_type {
// The shared library with the test player is passed passed as an
// argument to the 'test:' url in the setDataSource call.
TEST_PLAYER = 5,
+ FLAC_PLAYER = 6,
};