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

vcdx: syntax error

parent 9a5f024f
......@@ -1083,7 +1083,7 @@ static int VCDControl( access_t *p_access, int i_query, va_list args )
break;
case ACCESS_GET_CONTENT_TYPE:
*va_arg = strdup( "video/mpeg" );
*va_arg( args, char ** ) = strdup( "video/mpeg" );
break;
case ACCESS_SET_TITLE:
......
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