MCPcopy Create free account
hub / github.com/FFmpeg/FFmpeg / opt_inter_matrix

Function opt_inter_matrix

ffmpeg.c:3686–3690  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3684}
3685
3686static void opt_inter_matrix(const char *arg)
3687{
3688 inter_matrix = av_mallocz(sizeof(uint16_t) * 64);
3689 parse_matrix_coeffs(inter_matrix, arg);
3690}
3691
3692static void opt_intra_matrix(const char *arg)
3693{

Callers

nothing calls this directly

Calls 2

av_malloczFunction · 0.85
parse_matrix_coeffsFunction · 0.85

Tested by

no test coverage detected