Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Drtsp.h428 #define RTSP_FLAG_CUSTOM_IO 0x4 /**< Do all IO via the AVIOContext. */ macro
Drtsp.c113 …{ "custom_io", "use custom I/O", 0, AV_OPT_TYPE_CONST, {.i64 = RTSP_FLAG_CUSTOM_IO}, 0, 0, DEC, "r…
2389 if (rt->rtsp_flags & RTSP_FLAG_CUSTOM_IO) in sdp_read_header()
2416 if (!(rt->rtsp_flags & RTSP_FLAG_CUSTOM_IO)) { in sdp_read_header()