MCPcopy Create free account
hub / github.com/FFmpeg/FFmpeg / rtsp_reply_error

Function rtsp_reply_error

ffserver.c:2838–2842  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2836}
2837
2838static void rtsp_reply_error(HTTPContext *c, enum RTSPStatusCode error_number)
2839{
2840 rtsp_reply_header(c, error_number);
2841 url_fprintf(c->pb, "\r\n");
2842}
2843
2844static int rtsp_parse_request(HTTPContext *c)
2845{

Callers 6

rtsp_parse_requestFunction · 0.85
rtsp_cmd_describeFunction · 0.85
rtsp_cmd_setupFunction · 0.85
rtsp_cmd_playFunction · 0.85
rtsp_cmd_pauseFunction · 0.85
rtsp_cmd_teardownFunction · 0.85

Calls 2

rtsp_reply_headerFunction · 0.85
url_fprintfFunction · 0.85

Tested by

no test coverage detected