|
@@ -91,8 +91,7 @@ static void print_digraph(FILE *outfile, AVFilterGraph *graph)
|
|
|
link->time_base.num, link->time_base.den);
|
|
|
} else if (link->type == AVMEDIA_TYPE_AUDIO) {
|
|
|
char buf[255];
|
|
|
- av_get_channel_layout_string(buf, sizeof(buf), -1,
|
|
|
- link->channel_layout);
|
|
|
+ av_channel_layout_describe(&link->ch_layout, buf, sizeof(buf));
|
|
|
fprintf(outfile,
|
|
|
"fmt:%s sr:%d cl:%s tb:%d/%d",
|
|
|
av_get_sample_fmt_name(link->format),
|