Skip to content
Snippets Groups Projects
Commit b04a6042 authored by Christophe Mutricy's avatar Christophe Mutricy
Browse files

Add ACCESS_GET_META in the dummy access to avoid an error

parent 0d78e9eb
No related branches found
No related tags found
No related merge requests found
......@@ -70,6 +70,7 @@ static int AccessControl( access_t *p_access, int i_query, va_list args )
/* */
case ACCESS_SET_PAUSE_STATE:
case ACCESS_GET_TITLE_INFO:
case ACCESS_GET_META:
case ACCESS_SET_TITLE:
case ACCESS_SET_SEEKPOINT:
return VLC_EGENERIC;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment