Searched refs:flashver (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | librtmp.c | 49 char *flashver; member 125 if (ctx->flashver) in rtmp_open() 126 av_bprintf(&ctx->filename, " flashVer=%s", ctx->flashver); in rtmp_open() 267 {"rtmp_flashver", "Version of the Flash plugin used to run the SWF player.", OFFSET(flashver), AV_OPT_TYPE_STRING, {.str = NULL }, 0, 0, DEC|ENC},
|
H A D | rtmpproto.c | 109 char* flashver; ///< version of the flash plugin member 344 ff_amf_write_string(&p, rt->flashver); in gen_connect() 2787 if (!rt->flashver) { in rtmp_open() 2788 rt->flashver = av_malloc(FLASHVER_MAX_LENGTH); in rtmp_open() 2789 if (!rt->flashver) { in rtmp_open() 2794 snprintf(rt->flashver, FLASHVER_MAX_LENGTH, "%s %d,%d,%d,%d", in rtmp_open() 2798 snprintf(rt->flashver, FLASHVER_MAX_LENGTH, in rtmp_open() 2889 av_freep(&rt->flashver); in rtmp_open() 3105 {"rtmp_flashver", "Version of the Flash plugin used to run the SWF player.", OFFSET(flashver), AV_OPT_TYPE_STRING, {.str = NULL }, 0, 0, DEC|ENC},
|
Completed in 6 milliseconds