diff options
author | Anton Khirnov <anton@khirnov.net> | 2013-02-25 21:21:29 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-04-09 19:09:40 +0200 |
commit | ba8efac977f4276f05274947b2b67d144cbc965a (patch) | |
tree | 5cf9ad72894c0bd38b942b1e472057954942970f /tests | |
parent | b2b25b0659fa047da6266d2ce165d43011136b30 (diff) | |
download | ffmpeg-ba8efac977f4276f05274947b2b67d144cbc965a.tar.gz |
af_channelmap: switch to an AVOptions-based system.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/filtergraphs/channelmap | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/filtergraphs/channelmap b/tests/filtergraphs/channelmap index 7f9f24d178..e2b61435df 100644 --- a/tests/filtergraphs/channelmap +++ b/tests/filtergraphs/channelmap @@ -1 +1 @@ -channelmap=map=1\,2\,0\,5\,3\,4:channel_layout=5.1 +channelmap=map=1|2|0|5|3|4:channel_layout=5.1 |