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

Function opt_intra_matrix

ffmpeg.c:3692–3696  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3690}
3691
3692static void opt_intra_matrix(const char *arg)
3693{
3694 intra_matrix = av_mallocz(sizeof(uint16_t) * 64);
3695 parse_matrix_coeffs(intra_matrix, arg);
3696}
3697
3698/**
3699 * Trivial log callback.

Callers

nothing calls this directly

Calls 2

av_malloczFunction · 0.85
parse_matrix_coeffsFunction · 0.85

Tested by

no test coverage detected