[vlc-devel] [PoC] Android Surface video output

XilasZ xilasz at gmail.com
Tue Jun 7 16:17:04 CEST 2011


> +        UnlockSurface();
>
> This function seems to be undefined.
>

it's implemented in extras/package/android/vlc-android/jni/libvlcjni.c, so
it will link only with android build

+static void AndroidUnlockSurface(picture_t *picture) {
> +    picture_sys_t *picsys = picture->p_sys;
> +    vout_display_sys_t *sys = picsys->sys;
> +
> +    if (likely(picsys->surf))
>
> I might be mistaken, but this should be always true. (As far as I know,
> you cannot unlock an unlocked picture.)
>

Maybe, not knowing that, i prefered to make sure
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20110607/b0077b40/attachment.html>


More information about the vlc-devel mailing list