[vlc-commits] android: remove get_android_opaque_mutex()
Thomas Guillem
git at videolan.org
Tue Sep 8 16:20:02 CEST 2015
vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Tue Sep 8 16:17:47 2015 +0200| [890f8e0f98ffb9bb04e33bc7adc09d7644882149] | committer: Thomas Guillem
android: remove get_android_opaque_mutex()
Replace it with a mutex per picture_sys_t. When doing direct rendering, the
picture_sys_t is refcounted between the vout and the decoder.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=890f8e0f98ffb9bb04e33bc7adc09d7644882149
---
modules/codec/Makefile.am | 2 +-
modules/codec/omxil/android_opaque.c | 30 --------
modules/codec/omxil/android_opaque.h | 35 ---------
modules/codec/omxil/mediacodec.c | 97 ++++++++-----------------
modules/codec/omxil/omxil.c | 55 ++++----------
modules/codec/omxil/omxil.h | 2 +-
modules/video_output/android/android_window.c | 74 +++++++++++--------
modules/video_output/android/android_window.h | 50 +++++++++++--
8 files changed, 137 insertions(+), 208 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=890f8e0f98ffb9bb04e33bc7adc09d7644882149
More information about the vlc-commits
mailing list