mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-02-14 22:22:59 +02:00
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…
x
Reference in New Issue
Block a user