]> git.sesse.net Git - vlc/blobdiff - modules/access/vcd/vcd.c
Export Content-Type out of HTTP access using Control.
[vlc] / modules / access / vcd / vcd.c
index 32aea5ede14936bc757638f81e988c34758ba756..943272f4e7a08f95ec006ac16f09d24d56fb077c 100644 (file)
@@ -314,6 +314,7 @@ static int Control( access_t *p_access, int i_query, va_list args )
         }
 
         case ACCESS_SET_PRIVATE_ID_STATE:
+        case ACCESS_GET_CONTENT_TYPE:
             return VLC_EGENERIC;
 
         default: