[FFmpeg-cvslog] fate/prores: use aac fixed for audio to fix fate failures on arm

Michael Niedermayer git at videolan.org
Fri Jun 3 04:38:10 CEST 2016


ffmpeg | branch: master | Michael Niedermayer <michael at niedermayer.cc> | Fri Jun  3 04:25:57 2016 +0200| [79b6c9acd5017d283a888d41fbdb6147878a6bf0] | committer: Michael Niedermayer

fate/prores: use aac fixed for audio to fix fate failures on arm

Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=79b6c9acd5017d283a888d41fbdb6147878a6bf0
---

 tests/fate/prores.mak      |    2 +-
 tests/ref/fate/prores-gray |    6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/tests/fate/prores.mak b/tests/fate/prores.mak
index 7efc042..fe1e772 100644
--- a/tests/fate/prores.mak
+++ b/tests/fate/prores.mak
@@ -19,4 +19,4 @@ fate-prores-alpha:     CMD = framecrc -flags +bitexact -i $(TARGET_SAMPLES)/pror
 fate-prores-alpha_skip: CMD = framecrc -flags +bitexact -skip_alpha 1 -i $(TARGET_SAMPLES)/prores/Sequence_1-Apple_ProRes_with_Alpha.mov -pix_fmt yuv444p10le
 fate-prores-transparency: CMD = framecrc -flags +bitexact -i $(TARGET_SAMPLES)/prores/prores4444_with_transparency.mov -pix_fmt yuva444p10le
 fate-prores-transparency_skip: CMD = framecrc -flags +bitexact -skip_alpha 1 -i $(TARGET_SAMPLES)/prores/prores4444_with_transparency.mov -pix_fmt yuv444p10le
-fate-prores-gray:      CMD = framecrc -flags +bitexact -i $(TARGET_SAMPLES)/prores/gray.mov -pix_fmt yuv422p10le
+fate-prores-gray:      CMD = framecrc -flags +bitexact -acodec aac_fixed -i $(TARGET_SAMPLES)/prores/gray.mov -pix_fmt yuv422p10le
diff --git a/tests/ref/fate/prores-gray b/tests/ref/fate/prores-gray
index 2595af4..22b79b9 100644
--- a/tests/ref/fate/prores-gray
+++ b/tests/ref/fate/prores-gray
@@ -9,7 +9,7 @@
 #sample_rate 1: 48000
 #channel_layout 1: 3
 0,          0,          0,        1,  1658880, 0x43d9c9e2
-1,          0,          0,     1024,     4096, 0x5ab09a16
-1,       1024,       1024,     1024,     4096, 0x70efadcc
+1,          0,          0,     1024,     4096, 0x6c8a9a18
+1,       1024,       1024,     1024,     4096, 0x960dadcf
 0,          1,          1,        1,  1658880, 0xa2a72f9b
-1,       2048,       2048,     1024,     4096, 0x863bcd52
+1,       2048,       2048,     1024,     4096, 0xa913cd55



More information about the ffmpeg-cvslog mailing list