Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Drtmpproto.c110 char* swfhash; ///< SHA256 hash of the decompressed SWF file (32 bytes) member
1063 if ((ret = ff_rtmp_calc_digest(rt->swfhash, 32, 0, buf, 32, p)) < 0) in rtmp_calc_swf_verification()
1119 char swfhash[32]; in rtmp_calc_swfhash() local
1180 swfhash)) < 0) in rtmp_calc_swfhash()
1184 av_opt_set_bin(rt, "rtmp_swfhash", swfhash, 32, 0); in rtmp_calc_swfhash()
3114 {"rtmp_swfhash", "SHA256 hash of the decompressed SWF file (32 bytes).", OFFSET(swfhash), AV_OPT_TYPE_BINARY, .flags = DEC},

Completed in 6 milliseconds