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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Drtsp.h413 #define RTSP_FLAG_CUSTOM_IO 0x4 /**< Do all IO via the AVIOContext. */ macro
H A Drtsp.c102 { "custom_io", "use custom I/O", 0, AV_OPT_TYPE_CONST, {.i64 = RTSP_FLAG_CUSTOM_IO}, 0, 0, DEC, "rtsp_flags" },
2188 if (rt->rtsp_flags & RTSP_FLAG_CUSTOM_IO)
2210 if (!(rt->rtsp_flags & RTSP_FLAG_CUSTOM_IO)) {

Completed in 48 milliseconds