diff mbox

[FFmpeg-devel,1/2] fate: add tests for ac3_fixed 5.1 downmix

Message ID 20170322154126.7424-1-jamrial@gmail.com
State Accepted
Commit 53f1d6a8ee365ce41eca96586fb3840fa28d2bf8
Headers show

Commit Message

James Almer March 22, 2017, 3:41 p.m. UTC
Signed-off-by: James Almer <jamrial@gmail.com>
---
 tests/fate/ac3.mak | 8 ++++++++
 1 file changed, 8 insertions(+)

Comments

Michael Niedermayer March 23, 2017, 1:50 a.m. UTC | #1
On Wed, Mar 22, 2017 at 12:41:25PM -0300, James Almer wrote:
> Signed-off-by: James Almer <jamrial@gmail.com>
> ---
>  tests/fate/ac3.mak | 8 ++++++++
>  1 file changed, 8 insertions(+)

LGTM

thx

[...]
James Almer March 29, 2017, 2:10 a.m. UTC | #2
On 3/22/2017 10:50 PM, Michael Niedermayer wrote:
> On Wed, Mar 22, 2017 at 12:41:25PM -0300, James Almer wrote:
>> Signed-off-by: James Almer <jamrial@gmail.com>
>> ---
>>  tests/fate/ac3.mak | 8 ++++++++
>>  1 file changed, 8 insertions(+)
> 
> LGTM
> 
> thx

Pushed.
diff mbox

Patch

diff --git a/tests/fate/ac3.mak b/tests/fate/ac3.mak
index e6362718ea..76be2e869a 100644
--- a/tests/fate/ac3.mak
+++ b/tests/fate/ac3.mak
@@ -36,6 +36,14 @@  FATE_AC3 += fate-ac3-fixed-4.0-downmix-mono
 fate-ac3-fixed-4.0-downmix-mono: CMD = pcm -c ac3_fixed -request_channel_layout 4 -i $(TARGET_SAMPLES)/ac3/millers_crossing_4.0.ac3
 fate-ac3-fixed-4.0-downmix-mono: REF = $(SAMPLES)/ac3/millers_crossing_4.0_mono_v2.pcm
 
+FATE_AC3 += fate-ac3-fixed-5.1-downmix-mono
+fate-ac3-fixed-5.1-downmix-mono: CMD = pcm -c ac3_fixed -request_channel_layout 4 -i $(TARGET_SAMPLES)/ac3/monsters_inc_5.1_448_small.ac3
+fate-ac3-fixed-5.1-downmix-mono: REF = $(SAMPLES)/ac3/monsters_inc_5.1_448_small_mono_v2.pcm
+
+FATE_AC3 += fate-ac3-fixed-5.1-downmix-stereo
+fate-ac3-fixed-5.1-downmix-stereo: CMD = pcm -c ac3_fixed -request_channel_layout 3 -i $(TARGET_SAMPLES)/ac3/monsters_inc_5.1_448_small.ac3
+fate-ac3-fixed-5.1-downmix-stereo: REF = $(SAMPLES)/ac3/monsters_inc_5.1_448_small_stereo_v2.pcm
+
 FATE_EAC3 += fate-eac3-1
 fate-eac3-1: CMD = pcm -i $(TARGET_SAMPLES)/eac3/csi_miami_5.1_256_spx_small.eac3
 fate-eac3-1: REF = $(SAMPLES)/eac3/csi_miami_5.1_256_spx_small_v2.pcm