Commit fa060604 authored by diego's avatar diego

Fix 'make checkheaders'.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@9460 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent bf6a92bb
...@@ -37,6 +37,8 @@ ...@@ -37,6 +37,8 @@
#define QP_STORE_T int8_t #define QP_STORE_T int8_t
#include <inttypes.h>
typedef void pp_context_t; typedef void pp_context_t;
typedef void pp_mode_t; typedef void pp_mode_t;
......
...@@ -27,6 +27,7 @@ ...@@ -27,6 +27,7 @@
#define POSTPROCESS_INTERNAL_H #define POSTPROCESS_INTERNAL_H
#include "avutil.h" #include "avutil.h"
#include "postprocess.h"
#define V_DEBLOCK 0x01 #define V_DEBLOCK 0x01
#define H_DEBLOCK 0x02 #define H_DEBLOCK 0x02
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment