diff options
author | Manikanta Sivapala <msivap@codeaurora.org> | 2015-08-31 22:38:28 +0530 |
---|---|---|
committer | Linux Build Service Account <lnxbuild@localhost> | 2015-10-06 03:24:57 -0600 |
commit | 4032a02ebd6b6161617b1cfd3c053df17b458642 (patch) | |
tree | 32bfcd395d6aa5ddfef030727f7c629b0a6792fc /include | |
parent | 1a1c264acc42a195ff88fab50a2890e32cc96e1c (diff) | |
download | frameworks_av-4032a02ebd6b6161617b1cfd3c053df17b458642.zip frameworks_av-4032a02ebd6b6161617b1cfd3c053df17b458642.tar.gz frameworks_av-4032a02ebd6b6161617b1cfd3c053df17b458642.tar.bz2 |
frameworks/av: undefining MEDIA_QOE (needed by DASH)
Removing MEDIA_QOE definition from mediaplayer
Change-Id: I5f3902ab167b9108ca9b98cdaff73929264ed47f
Diffstat (limited to 'include')
-rw-r--r-- | include/media/mediaplayer.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/media/mediaplayer.h b/include/media/mediaplayer.h index c55e56c..1f6ddad 100644 --- a/include/media/mediaplayer.h +++ b/include/media/mediaplayer.h @@ -53,8 +53,7 @@ enum media_event_type { MEDIA_ERROR = 100, MEDIA_INFO = 200, MEDIA_SUBTITLE_DATA = 201, - MEDIA_META_DATA = 202, - MEDIA_QOE = 300, + MEDIA_META_DATA = 202 }; // Generic error codes for the media player framework. Errors are fatal, the |