mirror of https://git.ffmpeg.org/ffmpeg.git
intrax8dsp: Add missing #include to make header standalone
This commit is contained in:
parent
13b6b7e0e2
commit
7681b8837a
|
@ -19,6 +19,8 @@
|
|||
#ifndef AVCODEC_INTRAX8DSP_H
|
||||
#define AVCODEC_INTRAX8DSP_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
typedef struct IntraX8DSPContext {
|
||||
void (*v_loop_filter)(uint8_t *src, int stride, int qscale);
|
||||
void (*h_loop_filter)(uint8_t *src, int stride, int qscale);
|
||||
|
|
Loading…
Reference in New Issue