You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
hqxdsp.h: #include "stddef.h"
It is required by ptrdiff_t, fixes make checkheaders.
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
#ifndef AVCODEC_HQXDSP_H
|
||||
#define AVCODEC_HQXDSP_H
|
||||
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
|
||||
typedef struct HQXDSPContext {
|
||||
|
Reference in New Issue
Block a user