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

Remove leftover FIXME

parent f05163dc
...@@ -972,8 +972,6 @@ static int ParseConnection( vlc_object_t *p_obj, sdp_t *p_sdp ) ...@@ -972,8 +972,6 @@ static int ParseConnection( vlc_object_t *p_obj, sdp_t *p_sdp )
psz_proto = strdup( "udp" ); psz_proto = strdup( "udp" );
} }
/* FIXME: HTTP support */
if( i_port == 0 ) if( i_port == 0 )
{ {
i_port = 1234; i_port = 1234;
......
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