You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
avutil/softfloat_tables: add missing stdint.h include
Fixes make checkheaders Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
@@ -47,6 +47,8 @@
|
|||||||
#ifndef AVUTIL_SOFTFLOAT_TABLES_H
|
#ifndef AVUTIL_SOFTFLOAT_TABLES_H
|
||||||
#define AVUTIL_SOFTFLOAT_TABLES_H
|
#define AVUTIL_SOFTFLOAT_TABLES_H
|
||||||
|
|
||||||
|
#include <stdint.h>
|
||||||
|
|
||||||
static const int32_t av_sqrttbl_sf[512+1] = { /* sqrt(x), 0.5<=x<1 */
|
static const int32_t av_sqrttbl_sf[512+1] = { /* sqrt(x), 0.5<=x<1 */
|
||||||
0x2d413ccd,0x2d4c8bb3,0x2d57d7c6,0x2d63210a,
|
0x2d413ccd,0x2d4c8bb3,0x2d57d7c6,0x2d63210a,
|
||||||
0x2d6e677f,0x2d79ab2a,0x2d84ec0b,0x2d902a23,
|
0x2d6e677f,0x2d79ab2a,0x2d84ec0b,0x2d902a23,
|
||||||
|
Reference in New Issue
Block a user