Searched refs:RTSP_FLAG_SATIP_RAW (Results 1 – 2 of 2) sorted by relevance
432 #define RTSP_FLAG_SATIP_RAW 0x20 /**< Export SAT>IP stream as raw MPEG-TS */ macro
92 …MPEG-TS stream instead of demuxing", 0, AV_OPT_TYPE_CONST, {.i64 = RTSP_FLAG_SATIP_RAW}, 0, 0, DEC…269 if (rt->rtsp_flags & RTSP_FLAG_SATIP_RAW) { in init_satip_stream()