X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Faccess%2Frtsp%2Frtsp.c;h=67fbf409b7ce4d70df9922c86ee31808cfed6d8a;hb=6ee1e193fd896ab9a4729fde14f009d9ce629815;hp=62ef640bfeccf5e78dc6c12666316c0d122fde3f;hpb=81c5ac29fa2e80426c1b1dfcc941a1aabe8bc808;p=vlc diff --git a/modules/access/rtsp/rtsp.c b/modules/access/rtsp/rtsp.c index 62ef640bfe..67fbf409b7 100644 --- a/modules/access/rtsp/rtsp.c +++ b/modules/access/rtsp/rtsp.c @@ -23,7 +23,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. *****************************************************************************/ -#include #include @@ -248,7 +247,7 @@ static int rtsp_get_answers( rtsp_client_t *rtsp ) { if( strcmp( buf, rtsp->p_private->session ) ) { - //fprintf( stderr, + //fprintf( stderr, // "rtsp: warning: setting NEW session: %s\n", buf ); free( rtsp->p_private->session ); rtsp->p_private->session = strdup( buf ); @@ -492,7 +491,7 @@ int rtsp_connect( rtsp_client_t *rtsp, const char *psz_mrl, colon = strchr( mrl_ptr, ':' ); if( !slash ) slash = mrl_ptr + strlen(mrl_ptr) + 1; - if( !colon ) colon = slash; + if( !colon ) colon = slash; if( colon > slash ) colon = slash; pathbegin = slash - mrl_ptr; @@ -545,7 +544,7 @@ int rtsp_connect( rtsp_client_t *rtsp, const char *psz_mrl, } /* - * closes an rtsp connection + * closes an rtsp connection */ void rtsp_close( rtsp_client_t *rtsp ) @@ -631,7 +630,7 @@ void rtsp_schedule_field( rtsp_client_t *rtsp, const char *string ) } /* - * removes the first scheduled field which prefix matches string. + * removes the first scheduled field which prefix matches string. */ void rtsp_unschedule_field( rtsp_client_t *rtsp, const char *string )