[FFmpeg-devel] [PATCH] tools/make_chlayout_test: use newer pan syntax.
Nicolas George
george at nsup.org
Tue Sep 8 20:28:07 EEST 2020
The syntax with : was deprecated and no longer works.
Signed-off-by: Nicolas George <george at nsup.org>
---
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
More information about the ffmpeg-devel
mailing list