diff mbox

[FFmpeg-devel,2/2] fate: add test vector aac-al04sf_48

Message ID 20170821232215.5844-2-alex.converse@gmail.com
State Accepted
Commit cb96e9bea41839407e8e0bef722ac0b9d23812ae
Headers show

Commit Message

Alex Converse Aug. 21, 2017, 11:22 p.m. UTC
---
 tests/fate/aac.mak | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Michael Niedermayer Aug. 22, 2017, 10:23 p.m. UTC | #1
On Mon, Aug 21, 2017 at 04:22:15PM -0700, Alex Converse wrote:
> ---
>  tests/fate/aac.mak | 4 ++++
>  1 file changed, 4 insertions(+)

where can i find the files to test & upload to fate samples ?

[...]
Alex Converse Aug. 23, 2017, 2:25 a.m. UTC | #2
On Tue, Aug 22, 2017 at 3:23 PM, Michael Niedermayer
<michael@niedermayer.cc> wrote:
> On Mon, Aug 21, 2017 at 04:22:15PM -0700, Alex Converse wrote:
>> ---
>>  tests/fate/aac.mak | 4 ++++
>>  1 file changed, 4 insertions(+)
>
> where can i find the files to test & upload to fate samples ?
>

The files are part of the official conformance suite and can be found at:
ftp://mpaudconf:adif2mp4@ftp.iis.fhg.de/mpeg4audio-conformance/compressedMp4/al04sf_48.mp4
and
ftp://mpaudconf:adif2mp4@ftp.iis.fhg.de/mpeg4audio-conformance/referencesWav/al04sf_48.wav
Michael Niedermayer Aug. 23, 2017, 11:21 p.m. UTC | #3
On Tue, Aug 22, 2017 at 07:25:15PM -0700, Alex Converse wrote:
> On Tue, Aug 22, 2017 at 3:23 PM, Michael Niedermayer
> <michael@niedermayer.cc> wrote:
> > On Mon, Aug 21, 2017 at 04:22:15PM -0700, Alex Converse wrote:
> >> ---
> >>  tests/fate/aac.mak | 4 ++++
> >>  1 file changed, 4 insertions(+)
> >
> > where can i find the files to test & upload to fate samples ?
> >
> 
> The files are part of the official conformance suite and can be found at:
> ftp://mpaudconf:adif2mp4@ftp.iis.fhg.de/mpeg4audio-conformance/compressedMp4/al04sf_48.mp4
> and
> ftp://mpaudconf:adif2mp4@ftp.iis.fhg.de/mpeg4audio-conformance/referencesWav/al04sf_48.wav

uploaded

patches tested on linux32/mingw32/64/arm/mips

thx

[...]
diff mbox

Patch

diff --git a/tests/fate/aac.mak b/tests/fate/aac.mak
index 5ef8ddc2b9..e8cbcef54d 100644
--- a/tests/fate/aac.mak
+++ b/tests/fate/aac.mak
@@ -2,6 +2,10 @@  FATE_AAC += fate-aac-al04_44
 fate-aac-al04_44: CMD = pcm -i $(TARGET_SAMPLES)/aac/al04_44.mp4
 fate-aac-al04_44: REF = $(SAMPLES)/aac/al04_44.s16
 
+FATE_AAC += fate-aac-al04sf_48
+fate-aac-al04sf_48: CMD = pcm -i $(TARGET_SAMPLES)/aac/al04sf_48.mp4
+fate-aac-al04sf_48: REF = $(SAMPLES)/aac/al04sf_48.s16
+
 FATE_AAC += fate-aac-al05_44
 fate-aac-al05_44: CMD = pcm -i $(TARGET_SAMPLES)/aac/al05_44.mp4
 fate-aac-al05_44: REF = $(SAMPLES)/aac/al05_44.s16