You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
avutil/random_seed: include stddef.h
The new function uses size_t, which has to be defined.
This commit is contained in:
@@ -21,6 +21,7 @@
|
|||||||
#ifndef AVUTIL_RANDOM_SEED_H
|
#ifndef AVUTIL_RANDOM_SEED_H
|
||||||
#define AVUTIL_RANDOM_SEED_H
|
#define AVUTIL_RANDOM_SEED_H
|
||||||
|
|
||||||
|
#include <stddef.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
/**
|
/**
|
||||||
* @addtogroup lavu_crypto
|
* @addtogroup lavu_crypto
|
||||||
|
Reference in New Issue
Block a user