29 #define MATRIX_STRIDE 64
35 double surround_mix_level,
39 char in_name[16], out_name[16];
47 fprintf(stderr,
"channel layout exceeds matrix capacity\n");
54 fprintf(stderr,
"input channel %s is not in the input layout\n", in_name);
58 fprintf(stderr,
"output channel %s is not in the output layout\n", out_name);
68 fprintf(stderr,
"swr_build_matrix2 failed with error %d\n",
ret);
73 fprintf(stderr,
"%s -> %s: expected %.12f, got %.12f\n",
74 in_name, out_name, expected,
85 enum AVChannel out_channel,
double expected)