Searched refs:streamid_len (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | libsrt.c | 242 int streamid_len = sizeof(streamid); in libsrt_listen() local 261 if (!libsrt_getsockopt(h, ret, SRTO_STREAMID, "SRTO_STREAMID", streamid, &streamid_len)) in libsrt_listen() 262 /* Note: returned streamid_len doesn't count the terminating null character */ in libsrt_listen() 263 av_log(h, AV_LOG_VERBOSE, "accept streamid [%s], length %d\n", streamid, streamid_len); in libsrt_listen()
|
Completed in 2 milliseconds