Commit 825d0b86 authored by Jean-Philippe Andre's avatar Jean-Philippe Andre

Avoid runtime warning: directory.c does not give any meta information

parent ca74f7fc
...@@ -315,6 +315,7 @@ static int Control( access_t *p_access, int i_query, va_list args ) ...@@ -315,6 +315,7 @@ static int Control( access_t *p_access, int i_query, va_list args )
case ACCESS_SET_SEEKPOINT: case ACCESS_SET_SEEKPOINT:
case ACCESS_SET_PRIVATE_ID_STATE: case ACCESS_SET_PRIVATE_ID_STATE:
case ACCESS_GET_CONTENT_TYPE: case ACCESS_GET_CONTENT_TYPE:
case ACCESS_GET_META:
return VLC_EGENERIC; return VLC_EGENERIC;
default: default:
......
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