Revision 5b21bdab libavutil/random.h
libavutil/random.h | ||
---|---|---|
21 | 21 |
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
22 | 22 |
*/ |
23 | 23 |
|
24 |
#ifndef AV_RANDOM_H
|
|
25 |
#define AV_RANDOM_H
|
|
24 |
#ifndef FFMPEG_RANDOM_H
|
|
25 |
#define FFMPEG_RANDOM_H
|
|
26 | 26 |
|
27 | 27 |
#define AV_RANDOM_N 624 |
28 | 28 |
|
... | ... | |
65 | 65 |
|
66 | 66 |
// only available if DEBUG is defined in the .c file |
67 | 67 |
void av_benchmark_random(void); |
68 |
#endif // AV_RANDOM_H |
|
69 | 68 |
|
69 |
#endif /* FFMPEG_RANDOM_H */ |
Also available in: Unified diff