]> git.sesse.net Git - ffmpeg/commit
test: hlsenc: Use unique init/segment file names for the fmp4_ac3 test
authorMartin Storsjö <martin@martin.st>
Sat, 1 Aug 2020 21:28:18 +0000 (00:28 +0300)
committerMartin Storsjö <martin@martin.st>
Mon, 3 Aug 2020 20:52:16 +0000 (23:52 +0300)
commit4ad868497f2b5b10bff934f46f1b590c28e999de
treeeb7e73627cdf25d8adb35f8027429566d9965c6c
parent59c4cf05096c92ddf280a35940a3eb5d777bb554
test: hlsenc: Use unique init/segment file names for the fmp4_ac3 test

Previously, the hls-fmp4 and hls-fmp4_ac3 tests used the same file
names for init and segment files, which occasionally could cause
corruption and failed tests, if the input files for both tests are
generated in parallel, as they could overwrite each other.

This happened to work some of the time, as the fmp4_ac3 test actually
only checked the init segment file (which the fmp4 test case never
wrote, due to using the incorrect hls_segment_type option) and the
fmp4 test case always regenerated the input files due to mismatched
target and file names.

Signed-off-by: Martin Storsjö <martin@martin.st>
tests/fate/hlsenc.mak