summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRavi K Yenduri <yenduri@pv.com>2009-06-21 17:19:58 -0500
committerJean-Baptiste Queru <jbq@google.com>2009-09-16 15:14:40 -0700
commit62e73f466e52b98ecc2eef85010618a655b40924 (patch)
tree61747551b020bb6243394da76a8b3b4f16f74539
parentea5f767246ad201a9e2bba0d657404e002cd7c70 (diff)
downloadframeworks_base-62e73f466e52b98ecc2eef85010618a655b40924.zip
frameworks_base-62e73f466e52b98ecc2eef85010618a655b40924.tar.gz
frameworks_base-62e73f466e52b98ecc2eef85010618a655b40924.tar.bz2
Update comment in mediaplayer.h.
When sending a MEDIA_INFO message, the second integer is supposed to be an "info" code instead of an "error" code.
-rw-r--r--include/media/mediaplayer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/media/mediaplayer.h b/include/media/mediaplayer.h
index 513ffe1..0355c16 100644
--- a/include/media/mediaplayer.h
+++ b/include/media/mediaplayer.h
@@ -75,7 +75,7 @@ enum media_error_type {
// 'notify' is invoked with the following:
// 'msg' is set to MEDIA_INFO.
// 'ext1' should be a value from the enum media_info_type.
-// 'ext2' contains an implementation dependant error code to provide
+// 'ext2' contains an implementation dependant info code to provide
// more details. Should default to 0 when not used.
//
// The codes are distributed as follow: