]> git.sesse.net Git - vlc/commit
androidsurface: Support cropping
authorMartin Storsjö <martin@martin.st>
Mon, 29 Jul 2013 18:58:24 +0000 (21:58 +0300)
committerMartin Storsjö <martin@martin.st>
Mon, 5 Aug 2013 12:54:08 +0000 (15:54 +0300)
commitda08af353ab8d171cd1dbb9b1baf21075e5315e2
treedd3fcebb849a5599a01d100799d97935266a9b94
parent5c34cc1e696234bf4491e291fddab49160c9bda1
androidsurface: Support cropping

Since b71c85b3d88b8d, the output from the avcodec video decoder
requires the vout to handle the cropping. This uses an updated
version of the jni_SetAndroidSurfaceSize function to be able to
pass the visible size separately from the full size.

Signed-off-by: Martin Storsjö <martin@martin.st>
modules/video_output/androidsurface.c