[FFmpeg-devel] [PATCH v3 1/3] avutil/random_seed: use fread() in read_random()

James Almer jamrial at gmail.com
Wed Jul 5 16:24:12 EEST 2023


On 7/5/2023 9:43 AM, Anton Khirnov wrote:
> Quoting James Almer (2023-07-05 01:26:12)
>> This ensures the requested amount of bytes is read.
>> Also remove /dev/random as it's no longer necessary.
>>
>> Signed-off-by: James Almer <jamrial at gmail.com>
>> ---
>>   libavutil/random_seed.c | 23 ++++++++++++-----------
>>   1 file changed, 12 insertions(+), 11 deletions(-)
> 
> LGTM

Applied.


More information about the ffmpeg-devel mailing list