Searched refs:swfurl (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 Dlibrtmp.c45 char *swfurl; member in struct:LibRTMPContext
145 if (ctx->swfurl || ctx->swfverify) {
151 len += strlen(ctx->swfurl);
170 if (ctx->swfurl) {
208 if (ctx->swfurl || ctx->swfverify) {
215 av_strlcat(filename, ctx->swfurl, len);
311 {"rtmp_swfurl", "URL of the SWF player. By default no value will be sent", OFFSET(swfurl), AV_OPT_TYPE_STRING, {.str = NULL }, 0, 0, DEC|ENC},
H A Drtmpproto.c111 char* swfurl; ///< url of the swf player member in struct:RTMPContext
341 if (rt->swfurl) {
343 ff_amf_write_string(&p, rt->swfurl);
2889 {"rtmp_swfurl", "URL of the SWF player. By default no value will be sent", OFFSET(swfurl), AV_OPT_TYPE_STRING, {.str = NULL }, 0, 0, DEC|ENC},

Completed in 112 milliseconds