intrax8dsp: Add missing #include to make header standalone

This commit is contained in:
Diego Biurrun 2012-09-03 11:21:19 +02:00
parent 13b6b7e0e2
commit 7681b8837a
1 changed files with 2 additions and 0 deletions

View File

@ -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);