]> git.sesse.net Git - vlc/commit
android: implement subtitles rendering for Android MediaCodec opaque direct rendering
authorFelix Abecassis <felix.abecassis@gmail.com>
Wed, 22 Jan 2014 09:46:17 +0000 (09:46 +0000)
committerJean-Baptiste Kempf <jb@videolan.org>
Fri, 24 Jan 2014 09:49:27 +0000 (10:49 +0100)
commitefd5eca5eaa1693c1f977ecd2e883851e2a53f01
tree12c20a9c289a017f9ab3c51073dd78e0de47d21c
parentb729c33b249e1eaf79cb2071668a05a0368101f2
android: implement subtitles rendering for Android MediaCodec opaque direct rendering

A blending filter is used on the subtitles surface above the main one by wrapping the corresponding NativeWindow into a picture_t.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
modules/video_output/android/opaque.c