diff options
author | Andreas Huber <andih@google.com> | 2011-01-04 14:01:29 -0800 |
---|---|---|
committer | Andreas Huber <andih@google.com> | 2011-01-04 14:07:58 -0800 |
commit | 1aef211b4e5dc952081727bfd2318b2cb5ca4506 (patch) | |
tree | 1644390b5e1f5cb8ddd228a28e69b5a18c747e0b /include | |
parent | 65a170e3ac593a29abd0c76e9aa531fabad7f56d (diff) | |
download | frameworks_av-1aef211b4e5dc952081727bfd2318b2cb5ca4506.zip frameworks_av-1aef211b4e5dc952081727bfd2318b2cb5ca4506.tar.gz frameworks_av-1aef211b4e5dc952081727bfd2318b2cb5ca4506.tar.bz2 |
Properly shutdown the decoders on a reset() in NuPlayer's implementation.
related-to-bug: 3321470
Change-Id: Ida6d2171c5a3a407188d4633602b764f8fe7086a
Diffstat (limited to 'include')
-rw-r--r-- | include/media/mediaplayer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/media/mediaplayer.h b/include/media/mediaplayer.h index 88b0c3e..178f0db 100644 --- a/include/media/mediaplayer.h +++ b/include/media/mediaplayer.h @@ -36,6 +36,7 @@ enum media_event_type { MEDIA_BUFFERING_UPDATE = 3, MEDIA_SEEK_COMPLETE = 4, MEDIA_SET_VIDEO_SIZE = 5, + MEDIA_RESET_COMPLETE = 6, // not visible on java side MEDIA_ERROR = 100, MEDIA_INFO = 200, }; |