You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
hlsenc: Fix the openssl support
This commit is contained in:
@@ -92,6 +92,7 @@ static int randomize(uint8_t *buf, int len)
|
|||||||
#elif CONFIG_OPENSSL
|
#elif CONFIG_OPENSSL
|
||||||
if (RAND_bytes(buf, len))
|
if (RAND_bytes(buf, len))
|
||||||
return 0;
|
return 0;
|
||||||
|
return AVERROR(EIO);
|
||||||
#else
|
#else
|
||||||
return AVERROR(ENOSYS);
|
return AVERROR(ENOSYS);
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user