On Fri, Dec 03, 2021 at 01:06:56PM +0800, Zhao Zhili wrote: > --- > libavformat/movenc.c | 8 +++++ > libavformat/movenc.h | 1 + > tests/ref/fate/movenc | 80 +++++++++++++++++++++---------------------- > 3 files changed, 49 insertions(+), 40 deletions(-)
Heres a testcase this seems to break
ffmpeg -i matrixbench_mpeg2.mpg -movflags frag_keyframe -t 3 /tmp/1/file.ismv
ismindex -n /tmp/1/file /tmp/1/file.ismv
cd /tmp/1
ismindex -split -n file-split file.ismv
Before the patch there is
'Fragments(audio=0)'
in
'./QualityLevels(127986)'
afterwards the directory is empty
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
Old school: Use the lowest level language in which you can solve the problem
conveniently.
New school: Use the highest level language in which the latest supercomputer
can solve the problem without the user falling asleep waiting.
signature.asc
Description: PGP signature
_______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
