Commit d15c09f2 authored by Jean-Paul Saman's avatar Jean-Paul Saman

VAAPI: privatie vlc_va_get_conn()

The function vlc_va_get_conn() is only used inside va.c.
parent 7d8a7ed6
......@@ -133,7 +133,7 @@ static vlc_va_conn_t vlc_va_conn = {
};
/* */
vlc_va_conn_t *vlc_va_get_conn( void )
static vlc_va_conn_t *vlc_va_get_conn( void )
{
return (vlc_va_conn_t *) &vlc_va_conn;
}
......
......@@ -49,10 +49,6 @@ struct vlc_va_conn_t
void (*destroy_surfaces)(vlc_va_conn_t *conn);
};
/* Retrieve shared connection struct */
vlc_va_conn_t *vlc_va_get_conn( void );
/* Initialize shared connection to libva */
vlc_va_conn_t *vlc_va_Initialize(Display *display);
......
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