Commit b04a6042 authored by Christophe Mutricy's avatar Christophe Mutricy

Add ACCESS_GET_META in the dummy access to avoid an error

parent 0d78e9eb
...@@ -70,6 +70,7 @@ static int AccessControl( access_t *p_access, int i_query, va_list args ) ...@@ -70,6 +70,7 @@ static int AccessControl( access_t *p_access, int i_query, va_list args )
/* */ /* */
case ACCESS_SET_PAUSE_STATE: case ACCESS_SET_PAUSE_STATE:
case ACCESS_GET_TITLE_INFO: case ACCESS_GET_TITLE_INFO:
case ACCESS_GET_META:
case ACCESS_SET_TITLE: case ACCESS_SET_TITLE:
case ACCESS_SET_SEEKPOINT: case ACCESS_SET_SEEKPOINT:
return VLC_EGENERIC; return VLC_EGENERIC;
......
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