diff options
author | James Almer <jamrial@gmail.com> | 2018-03-30 14:05:10 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2018-03-30 14:05:10 -0300 |
commit | 53937c437105853d0c8dd9292a16096e7e621fb2 (patch) | |
tree | bc9c7f0057dbae61b9d5c9d2c26e018ccac58d6e /tests/fate | |
parent | e30a37e95e43148f7a7d907736aaaad5bbead95e (diff) | |
download | ffmpeg-53937c437105853d0c8dd9292a16096e7e621fb2.tar.gz |
fate: add test for eac3 dependant stream
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'tests/fate')
-rw-r--r-- | tests/fate/ac3.mak | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/fate/ac3.mak b/tests/fate/ac3.mak index 26d2bf3e1c..bb02d3829d 100644 --- a/tests/fate/ac3.mak +++ b/tests/fate/ac3.mak @@ -60,6 +60,10 @@ FATE_EAC3 += fate-eac3-4 fate-eac3-4: CMD = pcm -i $(TARGET_SAMPLES)/eac3/serenity_english_5.1_1536_small.eac3 fate-eac3-4: REF = $(SAMPLES)/eac3/serenity_english_5.1_1536_small_v2.pcm +FATE_EAC3 += fate-eac3-5 +fate-eac3-5: CMD = pcm -i $(TARGET_SAMPLES)/eac3/the_great_wall_7.1.eac3 +fate-eac3-5: REF = $(SAMPLES)/eac3/the_great_wall_7.1.pcm + $(FATE_AC3) $(FATE_EAC3): CMP = oneoff FATE_AC3-$(call DEMDEC, AC3, AC3) += $(FATE_AC3) |