diff options
author | Luca Barbato | 2015-11-24 01:13:00 +0100 |
---|---|---|
committer | Luca Barbato | 2015-11-25 09:01:25 +0100 |
commit | 2c17fb61ced2059034856a6c6cd303014aed01fe (patch) | |
tree | b02cabcb77e43421867dca95451d62e598339b9c /libavformat/rtsp.h | |
parent | 12b14382861fbf19378afcddaa19cd9a949a86a3 (diff) |
rtsp: Log getaddrinfo failures
And forward the logging contexts when needed.
Diffstat (limited to 'libavformat/rtsp.h')
-rw-r--r-- | libavformat/rtsp.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libavformat/rtsp.h b/libavformat/rtsp.h index 74733361f9..b9357c1b6f 100644 --- a/libavformat/rtsp.h +++ b/libavformat/rtsp.h @@ -459,7 +459,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); /** |