RTSP_FLAG_CUSTOM_IO 103 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 2236 libavformat/rtsp.c if (rt->rtsp_flags & RTSP_FLAG_CUSTOM_IO) RTSP_FLAG_CUSTOM_IO 2258 libavformat/rtsp.c if (!(rt->rtsp_flags & RTSP_FLAG_CUSTOM_IO)) {