You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
intrax8dsp: Add missing #include to make header standalone
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user