diff options
author | James Almer <jamrial@gmail.com> | 2022-04-05 20:57:33 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2022-04-05 21:25:26 -0300 |
commit | c9ecbc08a17d8e7ed52a2abaaa97caa197e2e7bc (patch) | |
tree | 06bca28d281b28d5135827c0f67f47c22aaafcc0 /tests/filtergraphs | |
parent | 24fd3ff5a2e93fd9761c8a050f98e20d74b6dc6c (diff) | |
download | ffmpeg-c9ecbc08a17d8e7ed52a2abaaa97caa197e2e7bc.tar.gz |
tests: use a filtergraph script for fate-mov-channel-description
Should fix running the test on certain shells
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'tests/filtergraphs')
-rw-r--r-- | tests/filtergraphs/mov-channel-description | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/filtergraphs/mov-channel-description b/tests/filtergraphs/mov-channel-description new file mode 100644 index 0000000000..df89347a51 --- /dev/null +++ b/tests/filtergraphs/mov-channel-description @@ -0,0 +1,8 @@ +[0:a:0]pan=FL|c0=c0[outFL]; +[0:a:0]pan=FR|c0=c1[outFR]; +[0:a:0]pan=FC|c0=c2[outFC]; +[0:a:0]pan=LFE|c0=c3[outLFE]; +[0:a:0]pan=BL|c0=c4[outBL]; +[0:a:0]pan=BR|c0=c5[outBR]; +[0:a:0]pan=DL|c0=c6[outDL]; +[0:a:0]pan=DR|c0=c7[outDR] |