[FFmpeg-devel] [PATCH 13/14] tests: Add aac_fixed decoder test

James Almer jamrial at gmail.com
Thu Apr 16 09:02:34 CEST 2015


On 15/04/15 1:29 PM, Nedeljko Babic wrote:
> From: Nedeljko Babic <nedeljko.babic at rt-rk.com>
> 
> Signed-off-by: Nedeljko Babic <nedeljko.babic at rt-rk.com>
> ---
>  tests/fate/aac.mak | 63 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
>  1 file changed, 63 insertions(+)
> 
> diff --git a/tests/fate/aac.mak b/tests/fate/aac.mak
> index 34823be..d90b143 100644
> --- a/tests/fate/aac.mak
> +++ b/tests/fate/aac.mak
> @@ -70,6 +70,69 @@ FATE_AAC += fate-aac-er_eld2100np_48_ep0
>  fate-aac-er_eld2100np_48_ep0: CMD = pcm -i $(TARGET_SAMPLES)/aac/er_eld2100np_48_ep0.mp4
>  fate-aac-er_eld2100np_48_ep0: REF = $(SAMPLES)/aac/er_eld2100np_48.s16
>  
> +FATE_AAC += fate-aac-fixed-al04_44
> +fate-aac-fixed-al04_44: CMD = pcm -c aac_fixed -i $(TARGET_SAMPLES)/aac/al04_44.mp4
> +fate-aac-fixed-al04_44: REF = $(SAMPLES)/aac/al04_44.s16

You need to specify that these tests depend on aac_fixed being available.

Look at the end of the file, see how FATE_AAC and FATE_AAC_CT_RAW are handled (what values 
are passed to DEMDEC), and add a new one for these tests using the aac_fixed decoder.


More information about the ffmpeg-devel mailing list