RTSP_FLAG_CUSTOM_IO 116 libavformat/rtsp.c { "custom_io", "use custom I/O", 0, AV_OPT_TYPE_CONST, {.i64 = RTSP_FLAG_CUSTOM_IO}, 0, 0, DEC, "rtsp_flags" }, RTSP_FLAG_CUSTOM_IO 2348 libavformat/rtsp.c if (rt->rtsp_flags & RTSP_FLAG_CUSTOM_IO) RTSP_FLAG_CUSTOM_IO 2372 libavformat/rtsp.c if (!(rt->rtsp_flags & RTSP_FLAG_CUSTOM_IO)) {