intrax8dsp: Add missing #include to make header standalone

pull/28/head
Diego Biurrun 12 years ago
parent 13b6b7e0e2
commit 7681b8837a
  1. 2
      libavcodec/intrax8dsp.h

@ -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…
Cancel
Save