1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-02-09 14:14:39 +02:00
Andreas Rheinhardt 4a6aece703 fate/ffmpeg: Fix shortest tests
The mpeg4 encoder is slice-threaded and its output depends upon
the number of threads used. Therefore all tests of this encoder
use a hardcoded number of threads (ENC_OPTS in fate-run.sh contains
"-threads 1"; only the vsynth%-mpeg4-thread tests override this
for the mpeg4 encoder, but they also use a hardcoded value to
be consistent across different systems); only the new shortest
and copy-shortest[12] (implicitly due to the sample used) tests
don't and this leads to FATE-failures.
Fix this by explicitly setting the thread count.

Also switch the shortest test to framecrc, because hashing side data
is itchy even though the side data used here (AV_PKT_DATA_QUALITY_STATS)
has a defined endianness.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
2021-12-02 11:33:32 +01:00
..
2021-05-21 19:28:50 +02:00
2021-04-26 19:56:33 +10:00
2020-12-10 09:46:30 +01:00
2021-09-27 07:08:53 +02:00
2021-01-28 09:45:13 +08:00
2021-12-02 11:33:32 +01:00
2021-01-14 01:44:21 +01:00
2021-09-09 23:45:52 +02:00
2020-12-10 09:53:52 +01:00
2021-02-16 22:50:08 +01:00
2021-08-29 18:44:46 +02:00
2021-05-09 11:07:20 +02:00