Possible better algorithm for the random generator, which might fix the problem:

eval.c  line 235

if (r == 0)
  r = UINT64_MAX/13;
else
  r = r*1664525+1013904223;

Michael
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to