diff options
author | Luca Stefani <luca.stefani.ge1@gmail.com> | 2015-12-21 13:51:31 -0800 |
---|---|---|
committer | Luca Stefani <luca.stefani.ge1@gmail.com> | 2015-12-21 13:51:59 -0800 |
commit | 8a0d50583fc6a376816333d781a709d26742226d (patch) | |
tree | 7a346aee15c342455a145349a58978fb6ff4b97f /media/libmediaplayerservice | |
parent | 29c3ef4db7ae4790a28f67710d911b59a25d8cf4 (diff) | |
download | frameworks_av-8a0d50583fc6a376816333d781a709d26742226d.zip frameworks_av-8a0d50583fc6a376816333d781a709d26742226d.tar.gz frameworks_av-8a0d50583fc6a376816333d781a709d26742226d.tar.bz2 |
Fix: "NuPlayerDecoder: add synchronous call pause() to ensure decoder will not request or send out data."
* Missing from backport
Change-Id: I562d28a4770aec2f9c547c482e79cca49be9dbb9
Diffstat (limited to 'media/libmediaplayerservice')
-rw-r--r-- | media/libmediaplayerservice/nuplayer/NuPlayerDecoderPassThrough.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/media/libmediaplayerservice/nuplayer/NuPlayerDecoderPassThrough.h b/media/libmediaplayerservice/nuplayer/NuPlayerDecoderPassThrough.h index cfd61da..91da1e1 100644 --- a/media/libmediaplayerservice/nuplayer/NuPlayerDecoderPassThrough.h +++ b/media/libmediaplayerservice/nuplayer/NuPlayerDecoderPassThrough.h @@ -56,7 +56,6 @@ protected: sp<Renderer> mRenderer; size_t mAggregateBufferSizeBytes; int64_t mSkipRenderingUntilMediaTimeUs; - bool mPaused; bool mReachedEOS; // Used by feedDecoderInputData to aggregate small buffers into |