diff options
author | Martin Storsjö <martin@martin.st> | 2011-01-02 10:10:12 +0000 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2011-01-02 10:10:12 +0000 |
commit | 77223c5388ca7bfea2232afeb05b05fcc536de6f (patch) | |
tree | 984b384b1f8e192bf8c3dd3d28470cf660ec2056 /libavformat/rtsp.h | |
parent | acc9ed14507c8a25c6ba633065311ceafb09e8e0 (diff) | |
download | ffmpeg-77223c5388ca7bfea2232afeb05b05fcc536de6f.tar.gz |
rtsp: Pass the method name to ff_rtsp_parse_line
Originally committed as revision 26191 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/rtsp.h')
-rw-r--r-- | libavformat/rtsp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/rtsp.h b/libavformat/rtsp.h index fbe9e1a689..2680297c29 100644 --- a/libavformat/rtsp.h +++ b/libavformat/rtsp.h @@ -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; |