diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2016-06-03 04:25:57 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2016-06-03 04:35:59 +0200 |
commit | 79b6c9acd5017d283a888d41fbdb6147878a6bf0 (patch) | |
tree | 499dca5d28ffa23dc5c303aee1e82777dfb7d094 /tests/fate/prores.mak | |
parent | e78515f2ae5383bd7e0a2ca2cac126180fad1492 (diff) | |
download | ffmpeg-79b6c9acd5017d283a888d41fbdb6147878a6bf0.tar.gz |
fate/prores: use aac fixed for audio to fix fate failures on arm
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'tests/fate/prores.mak')
-rw-r--r-- | tests/fate/prores.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate/prores.mak b/tests/fate/prores.mak index 7efc04212d..fe1e7724d5 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 |