| 3690 | } |
| 3691 | |
| 3692 | static 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. |
nothing calls this directly
no test coverage detected