The syntax with : was deprecated and no longer works.
Signed-off-by: Nicolas George <[email protected]>
---
tools/make_chlayout_test | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/make_chlayout_test b/tools/make_chlayout_test
index fcdbda3b73..c310def850 100755
--- a/tools/make_chlayout_test
+++ b/tools/make_chlayout_test
@@ -105,7 +105,7 @@ for my $i (0 .. $#channels) {
my $descr = $channel_label_to_descr{$label}
or die "Channel $label not found\n";
$graph .= "flite=text='${descr}', aformat=channel_layouts=mono, " .
- "pan=${layout}:${label}=c0 [ch$i] ;\n";
+ "pan=${layout}|${label}=c0 [ch$i] ;\n";
$concat_in .= "[ch$i] ";
}
$graph .= "${concat_in}concat=v=0:a=1:n=" . scalar(@channels);
--
2.28.0
_______________________________________________
ffmpeg-devel mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".