Home
last modified time | relevance | path

Searched refs:optnamestr (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavformat/
Dlibsrt.c270 static int libsrt_setsockopt(URLContext *h, int fd, SRT_SOCKOPT optname, const char * optnamestr, c… in libsrt_setsockopt() argument
273 …av_log(h, AV_LOG_ERROR, "failed to set option %s on socket: %s\n", optnamestr, srt_getlasterror_st… in libsrt_setsockopt()
279 static int libsrt_getsockopt(URLContext *h, int fd, SRT_SOCKOPT optname, const char * optnamestr, v… in libsrt_getsockopt() argument
282 …av_log(h, AV_LOG_ERROR, "failed to get option %s on socket: %s\n", optnamestr, srt_getlasterror_st… in libsrt_getsockopt()