Commit c13786ed authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

vcdx: implement ACCESS_GET_CONTENT_TYPE

parent 8aeb9ed3
......@@ -1085,6 +1085,10 @@ static int VCDControl( access_t *p_access, int i_query, va_list args )
*va_arg( args, unsigned * ) = p_vcdplayer->i_cur_chapter;
break;
case ACCESS_GET_CONTENT_TYPE:
*va_arg = strdup( "video/mpeg" );
break;
case ACCESS_SET_TITLE:
i = (int)va_arg( args, int );
......
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