Commit eeb932db authored by Rafaël Carré's avatar Rafaël Carré

androidsurface: explain how how picture is rendered

parent da5c34b4
...@@ -382,10 +382,11 @@ static void AndroidUnlockSurface(picture_t *picture) ...@@ -382,10 +382,11 @@ static void AndroidUnlockSurface(picture_t *picture)
static void Display(vout_display_t *vd, picture_t *picture, subpicture_t *subpicture) static void Display(vout_display_t *vd, picture_t *picture, subpicture_t *subpicture)
{ {
/* FIXME ? */
VLC_UNUSED(vd); VLC_UNUSED(vd);
VLC_UNUSED(subpicture); VLC_UNUSED(subpicture);
/* refcount lowers to 0, and pool_cfg.unlock is called */
picture_Release(picture); picture_Release(picture);
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment