]> git.sesse.net Git - vlc/commit
android_window: don't call setBuffersGeometry if already configured on java side
authorThomas Guillem <thomas@gllm.fr>
Thu, 22 Jan 2015 11:48:27 +0000 (12:48 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Thu, 22 Jan 2015 14:08:33 +0000 (15:08 +0100)
commit362e47dc778b459d77cfd6f7efee023becf9b2ce
tree88569768344c486fb35645ab28a19eb14c48f836
parentaadd0e16a6f5acf52e6c2d705c7fa4c8b7bae0f1
android_window: don't call setBuffersGeometry if already configured on java side

It fixes buffer allocations on some old android versions.

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