comparison rtsp.h @ 5890:f075d373e9be libavformat

Actually parse the auth headers in RTSP
author mstorsjo
date Thu, 25 Mar 2010 21:48:58 +0000
parents 4b42835727aa
children b8041f85c327
comparison
equal deleted inserted replaced
5889:4b42835727aa 5890:f075d373e9be
320 /** private data associated with the dynamic protocol */ 320 /** private data associated with the dynamic protocol */
321 PayloadContext *dynamic_protocol_context; 321 PayloadContext *dynamic_protocol_context;
322 //@} 322 //@}
323 } RTSPStream; 323 } RTSPStream;
324 324
325 void ff_rtsp_parse_line(RTSPMessageHeader *reply, const char *buf); 325 void ff_rtsp_parse_line(RTSPMessageHeader *reply, const char *buf,
326 HTTPAuthState *auth_state);
326 327
327 #if LIBAVFORMAT_VERSION_INT < (53 << 16) 328 #if LIBAVFORMAT_VERSION_INT < (53 << 16)
328 extern int rtsp_default_protocols; 329 extern int rtsp_default_protocols;
329 #endif 330 #endif
330 extern int rtsp_rtp_port_min; 331 extern int rtsp_rtp_port_min;