projects
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge commit '2c17fb61ced2059034856a6c6cd303014aed01fe'
[ffmpeg.git]
/
libavformat
/
rtsp.h
diff --git
a/libavformat/rtsp.h
b/libavformat/rtsp.h
index
d9e76ec
..
bd837b5
100644
(file)
--- a/
libavformat/rtsp.h
+++ b/
libavformat/rtsp.h
@@
-470,7
+470,8
@@
typedef struct RTSPStream {
char crypto_params[100];
} RTSPStream;
-void ff_rtsp_parse_line(RTSPMessageHeader *reply, const char *buf,
+void ff_rtsp_parse_line(AVFormatContext *s,
+ RTSPMessageHeader *reply, const char *buf,
RTSPState *rt, const char *method);
/**