diff options
author | Marton Balint <cus@passwd.hu> | 2018-01-06 22:04:21 +0100 |
---|---|---|
committer | Marton Balint <cus@passwd.hu> | 2018-01-20 18:07:44 +0100 |
commit | e3acba0d5d7b5b35b779b25ec3a76a4d80a405ea (patch) | |
tree | 6d6feea9c3e485d0b01d658d69c5c18a3ebe50b1 /tests/ref | |
parent | 7652af9df06ddcdb6f6fdf52919c2d6260b51ca1 (diff) | |
download | ffmpeg-e3acba0d5d7b5b35b779b25ec3a76a4d80a405ea.tar.gz |
avfilter/formats: remove support for deprecated channel count specification
Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'tests/ref')
-rw-r--r-- | tests/ref/fate/filter-formats | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ref/fate/filter-formats b/tests/ref/fate/filter-formats index ea85eed23d..17ff5b222f 100644 --- a/tests/ref/fate/filter-formats +++ b/tests/ref/fate/filter-formats @@ -75,7 +75,7 @@ quad(side) 0 = ff_parse_channel_layout(0000000000000004, 1, 1c); 0 = ff_parse_channel_layout(0000000000000003, 2, 2c); -1 = ff_parse_channel_layout(FFFFFFFFFFFFFFFF, -1, -1c); -0 = ff_parse_channel_layout(0000000000000000, 60, 60c); +-1 = ff_parse_channel_layout(FFFFFFFFFFFFFFFF, -1, 60c); -1 = ff_parse_channel_layout(FFFFFFFFFFFFFFFF, -1, 65c); 0 = ff_parse_channel_layout(0000000000000000, 2, 2C); 0 = ff_parse_channel_layout(0000000000000000, 60, 60C); |