@ -570,7 +570,7 @@ static void rtsp_parse_range(int *min_ptr, int *max_ptr, const char **pp)
}
}
/* XXX: only one transport specification is parsed */
/* XXX: only one transport specification is parsed */
static void rtsp_parse_transport ( RTSPHeader * reply , const char * p )
static void rtsp_parse_transport ( RTSPMessage Header * reply , const char * p )
{
{
char transport_protocol [ 16 ] ;
char transport_protocol [ 16 ] ;
char profile [ 16 ] ;
char profile [ 16 ] ;
@ -672,7 +672,7 @@ static void rtsp_parse_transport(RTSPHeader *reply, const char *p)
}
}
}
}
void rtsp_parse_line ( RTSPHeader * reply , const char * buf )
void rtsp_parse_line ( RTSPMessage Header * reply , const char * buf )
{
{
const char * p ;
const char * p ;
@ -738,7 +738,7 @@ static void rtsp_skip_packet(AVFormatContext *s)
}
}
static void rtsp_send_cmd ( AVFormatContext * s ,
static void rtsp_send_cmd ( AVFormatContext * s ,
const char * cmd , RTSPHeader * reply ,
const char * cmd , RTSPMessage Header * reply ,
unsigned char * * content_ptr )
unsigned char * * content_ptr )
{
{
RTSPState * rt = s - > priv_data ;
RTSPState * rt = s - > priv_data ;
@ -888,7 +888,7 @@ make_setup_request (AVFormatContext *s, const char *host, int port,
RTSPState * rt = s - > priv_data ;
RTSPState * rt = s - > priv_data ;
int j , i , err , interleave = 0 ;
int j , i , err , interleave = 0 ;
RTSPStream * rtsp_st ;
RTSPStream * rtsp_st ;
RTSPHeader reply1 , * reply = & reply1 ;
RTSPMessage Header reply1 , * reply = & reply1 ;
char cmd [ 2048 ] ;
char cmd [ 2048 ] ;
const char * trans_pref ;
const char * trans_pref ;
@ -1064,7 +1064,7 @@ static int rtsp_read_header(AVFormatContext *s,
char host [ 1024 ] , path [ 1024 ] , tcpname [ 1024 ] , cmd [ 2048 ] , * option_list , * option ;
char host [ 1024 ] , path [ 1024 ] , tcpname [ 1024 ] , cmd [ 2048 ] , * option_list , * option ;
URLContext * rtsp_hd ;
URLContext * rtsp_hd ;
int port , ret , err ;
int port , ret , err ;
RTSPHeader reply1 , * reply = & reply1 ;
RTSPMessage Header reply1 , * reply = & reply1 ;
unsigned char * content = NULL ;
unsigned char * content = NULL ;
int lower_transport_mask = 0 ;
int lower_transport_mask = 0 ;
char real_challenge [ 64 ] ;
char real_challenge [ 64 ] ;
@ -1313,7 +1313,7 @@ static int rtsp_read_packet(AVFormatContext *s,
if ( rt - > server_type = = RTSP_SERVER_REAL ) {
if ( rt - > server_type = = RTSP_SERVER_REAL ) {
int i ;
int i ;
RTSPHeader reply1 , * reply = & reply1 ;
RTSPMessage Header reply1 , * reply = & reply1 ;
enum AVDiscard cache [ MAX_STREAMS ] ;
enum AVDiscard cache [ MAX_STREAMS ] ;
char cmd [ 1024 ] ;
char cmd [ 1024 ] ;
@ -1421,7 +1421,7 @@ static int rtsp_read_packet(AVFormatContext *s,
static int rtsp_read_play ( AVFormatContext * s )
static int rtsp_read_play ( AVFormatContext * s )
{
{
RTSPState * rt = s - > priv_data ;
RTSPState * rt = s - > priv_data ;
RTSPHeader reply1 , * reply = & reply1 ;
RTSPMessage Header reply1 , * reply = & reply1 ;
char cmd [ 1024 ] ;
char cmd [ 1024 ] ;
av_log ( s , AV_LOG_DEBUG , " hello state=%d \n " , rt - > state ) ;
av_log ( s , AV_LOG_DEBUG , " hello state=%d \n " , rt - > state ) ;
@ -1451,7 +1451,7 @@ static int rtsp_read_play(AVFormatContext *s)
static int rtsp_read_pause ( AVFormatContext * s )
static int rtsp_read_pause ( AVFormatContext * s )
{
{
RTSPState * rt = s - > priv_data ;
RTSPState * rt = s - > priv_data ;
RTSPHeader reply1 , * reply = & reply1 ;
RTSPMessage Header reply1 , * reply = & reply1 ;
char cmd [ 1024 ] ;
char cmd [ 1024 ] ;
rt = s - > priv_data ;
rt = s - > priv_data ;
@ -1495,7 +1495,7 @@ static int rtsp_read_seek(AVFormatContext *s, int stream_index,
static int rtsp_read_close ( AVFormatContext * s )
static int rtsp_read_close ( AVFormatContext * s )
{
{
RTSPState * rt = s - > priv_data ;
RTSPState * rt = s - > priv_data ;
RTSPHeader reply1 , * reply = & reply1 ;
RTSPMessage Header reply1 , * reply = & reply1 ;
char cmd [ 1024 ] ;
char cmd [ 1024 ] ;
#if 0
#if 0