1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-26 19:01:44 +02:00

hqxdsp.h: #include "stddef.h"

It is required by ptrdiff_t, fixes make checkheaders.
This commit is contained in:
Vittorio Giovara 2015-04-20 19:11:49 +01:00
parent 98cab39798
commit 1746dc382d

View File

@ -26,6 +26,7 @@
#ifndef AVCODEC_HQXDSP_H
#define AVCODEC_HQXDSP_H
#include <stddef.h>
#include <stdint.h>
typedef struct HQXDSPContext {