diff mbox

[FFmpeg-devel] fate: add eac3_core bitstream filter test

Message ID 20180329091259.573-1-onemda@gmail.com
State Accepted
Commit 9b22417de680fcae289eb4d0e036bc09912902eb
Headers show

Commit Message

Paul B Mahol March 29, 2018, 9:12 a.m. UTC
Signed-off-by: Paul B Mahol <onemda@gmail.com>
---
 tests/fate/ac3.mak | 5 +++++
 1 file changed, 5 insertions(+)

Comments

James Almer March 30, 2018, 3 a.m. UTC | #1
On 3/29/2018 6:12 AM, Paul B Mahol wrote:
> Signed-off-by: Paul B Mahol <onemda@gmail.com>
> ---
>  tests/fate/ac3.mak | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/tests/fate/ac3.mak b/tests/fate/ac3.mak
> index 76be2e869a..26d2bf3e1c 100644
> --- a/tests/fate/ac3.mak
> +++ b/tests/fate/ac3.mak
> @@ -88,6 +88,11 @@ fate-ac3-fixed-encode: CMD = md5 -i $(SRC) -c ac3_fixed -ab 128k -f ac3 -flags +
>  fate-ac3-fixed-encode: CMP = oneline
>  fate-ac3-fixed-encode: REF = a1d1fc116463b771abf5aef7ed37d7b1
>  
> +FATE_EAC3-$(call ALLYES, EAC3_DEMUXER EAC3_MUXER EAC3_CORE_BSF) += fate-eac3-core-bsf
> +fate-eac3-core-bsf: CMD = md5pipe -i $(TARGET_SAMPLES)/eac3/the_great_wall_7.1.eac3 -c:a copy -bsf:a eac3_core -fflags +bitexact -f eac3
> +fate-eac3-core-bsf: CMP = oneline
> +fate-eac3-core-bsf: REF = b704bf851e99b7442e9bed368b60e6ca
> +
>  FATE_SAMPLES_AVCONV += $(FATE_AC3-yes) $(FATE_EAC3-yes)
>  
>  fate-ac3: $(FATE_AC3-yes) $(FATE_EAC3-yes)

LGTM
diff mbox

Patch

diff --git a/tests/fate/ac3.mak b/tests/fate/ac3.mak
index 76be2e869a..26d2bf3e1c 100644
--- a/tests/fate/ac3.mak
+++ b/tests/fate/ac3.mak
@@ -88,6 +88,11 @@  fate-ac3-fixed-encode: CMD = md5 -i $(SRC) -c ac3_fixed -ab 128k -f ac3 -flags +
 fate-ac3-fixed-encode: CMP = oneline
 fate-ac3-fixed-encode: REF = a1d1fc116463b771abf5aef7ed37d7b1
 
+FATE_EAC3-$(call ALLYES, EAC3_DEMUXER EAC3_MUXER EAC3_CORE_BSF) += fate-eac3-core-bsf
+fate-eac3-core-bsf: CMD = md5pipe -i $(TARGET_SAMPLES)/eac3/the_great_wall_7.1.eac3 -c:a copy -bsf:a eac3_core -fflags +bitexact -f eac3
+fate-eac3-core-bsf: CMP = oneline
+fate-eac3-core-bsf: REF = b704bf851e99b7442e9bed368b60e6ca
+
 FATE_SAMPLES_AVCONV += $(FATE_AC3-yes) $(FATE_EAC3-yes)
 
 fate-ac3: $(FATE_AC3-yes) $(FATE_EAC3-yes)