Searched refs:RTSP_RTP_PORT_MIN (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Drtsp.h77 #define RTSP_RTP_PORT_MIN 5000 macro
H A Drtsp.c91 { "min_port", "set minimum local UDP port", OFFSET(rtp_port_min), AV_OPT_TYPE_INT, {.i64 = RTSP_RTP_PORT_MIN}, 0, 65535, DEC|ENC },
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Drtsp.h72 #define RTSP_RTP_PORT_MIN 5000 macro
H A Drtsp.c1124 for (j = RTSP_RTP_PORT_MIN, i = 0; i < rt->nb_rtsp_streams; ++i) {
1161 if (RTSP_RTP_PORT_MIN != 0) {

Completed in 59 milliseconds