This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch master in repository ffmpeg.
commit 856734551406acf92474f23964ce5b43264adcbc Author: James Almer <[email protected]> AuthorDate: Mon May 11 20:38:55 2026 +0000 Commit: James Almer <[email protected]> CommitDate: Sat May 16 13:55:22 2026 -0300 tests/fate/lavf-audio: set frame_size on fate-lavf-ogg Both worksaround a issue the following commit reveals (encoding with 4096 frame_size fails on aarch64 for unknown reasons), and tests setting frame_size now that it's allowed (and ensuring the CLI doesn't overwrite it). Signed-off-by: James Almer <[email protected]> --- tests/fate/lavf-audio.mak | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/fate/lavf-audio.mak b/tests/fate/lavf-audio.mak index 2d05dd5e4c..9f588ccd7a 100644 --- a/tests/fate/lavf-audio.mak +++ b/tests/fate/lavf-audio.mak @@ -31,7 +31,8 @@ $(FATE_LAVF_AUDIO): $(AREF) fate-lavf-aiff: CMD = lavf_audio "" "-metadata copyright=noone" # codespell:ignore fate-lavf-al fate-lavf-ul: CMD = lavf_audio "" "" "-ar 44100" fate-lavf-dfpwm: CMD = lavf_audio "" "" "-sample_rate 44100" -fate-lavf-ogg: CMD = lavf_audio "" "-c:a flac" +#FIXME - fate-lavf-ogg fails on aarch64 when frame_size is 4096 +fate-lavf-ogg: CMD = lavf_audio "" "-frame_size 4608 -c:a flac" fate-lavf-s16.voc: CMD = lavf_audio "-ac 2" "-c:a pcm_s16le" fate-lavf-ast: CMD = lavf_audio "-ac 2" "-loopstart 1 -loopend 10" fate-lavf-mka: CMD = lavf_audio "" "-c:a tta" _______________________________________________ ffmpeg-cvslog mailing list -- [email protected] To unsubscribe send an email to [email protected]
