From 7602b4e4c219c681ec243a0c81bb8db12b070888 Mon Sep 17 00:00:00 2001 From: James Almer Date: Fri, 25 Mar 2022 17:10:12 -0300 Subject: avutil/tests/channel_layout: also test ambisonic layouts in av_channel_layout_subset() Signed-off-by: James Almer --- tests/ref/fate/channel_layout | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/ref') diff --git a/tests/ref/fate/channel_layout b/tests/ref/fate/channel_layout index b1a4dcb1b1..19bcbce7d8 100644 --- a/tests/ref/fate/channel_layout +++ b/tests/ref/fate/channel_layout @@ -173,3 +173,7 @@ On "ambisonic 2+stereo" layout with 0: 1024 On "ambisonic 2+stereo" layout with 9: 0 On "ambisonic 2+stereo" layout with 10: 1 On "ambisonic 2+stereo" layout with 11: -1 + +Testing av_channel_layout_subset +On "ambisonic 2+stereo" layout with AV_CH_LAYOUT_STEREO: 0x3 +On "ambisonic 2+stereo" layout with AV_CH_LAYOUT_QUAD: 0x3 -- cgit v1.2.3