rtsp: Pass the method name to ff_rtsp_parse_line
Originally committed as revision 26191 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -353,7 +353,7 @@ typedef struct RTSPStream {
|
||||
} RTSPStream;
|
||||
|
||||
void ff_rtsp_parse_line(RTSPMessageHeader *reply, const char *buf,
|
||||
RTSPState *rt);
|
||||
RTSPState *rt, const char *method);
|
||||
|
||||
extern int rtsp_rtp_port_min;
|
||||
extern int rtsp_rtp_port_max;
|
||||
|
||||
Reference in New Issue
Block a user