Here is the patch, Sorry.
On 05/05/16 19:01, Petru Rares Sincraian wrote: > Hi there, > > Here is a patch for the vorbis encoder. I only tried this test on a > x64 architecture, maybe I need to change the FUZZ parameter. > > Can anybody test in another architecture? > > > Many thanks, > Petru Rares.
From b7d07c0a97919c11072d1210579432bebb2967c2 Mon Sep 17 00:00:00 2001 From: Petru Rares Sincraian <psincra...@outlook.com> Date: Thu, 5 May 2016 18:56:38 +0200 Subject: [PATCH] Add test for vorbis encoder --- tests/fate/vorbis.mak | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/tests/fate/vorbis.mak b/tests/fate/vorbis.mak index 1344180..1d73fd3 100644 --- a/tests/fate/vorbis.mak +++ b/tests/fate/vorbis.mak @@ -1,3 +1,12 @@ +FATE_VORBIS += fate-vorbis-encode +fate-vorbis-encode: CMD = enc_dec_pcm ogg wav s16le $(TARGET_SAMPLES)/audio-reference/luckynight_2ch_44kHz_s16.wav -c:a vorbis -strict experimental +fate-vorbis-encode: CMP = stddev +fate-vorbis-encode: REF = $(SAMPLES)/audio-reference/luckynight_2ch_44kHz_s16.wav +fate-vorbis-encode: CMP_SHIFT = 0 +fate-vorbis-encode: CMP_TARGET = 4810 +fate-vorbis-encode: SIZE_TOLERANCE = 3560 +fate-vorbis-encode: FUZZ = 0 + FATE_VORBIS += fate-vorbis-1 fate-vorbis-1: CMD = pcm -i $(TARGET_SAMPLES)/vorbis/1.0.1-test_small.ogg fate-vorbis-1: REF = $(SAMPLES)/vorbis/1.0.1-test_small.pcm -- 1.9.1
_______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel