mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-26 01:02:33 +00:00
Fix 'make checkheaders'.
Originally committed as revision 9460 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
34359cab0d
commit
53eecfdefc
@ -37,6 +37,8 @@
|
||||
|
||||
#define QP_STORE_T int8_t
|
||||
|
||||
#include <inttypes.h>
|
||||
|
||||
typedef void pp_context_t;
|
||||
typedef void pp_mode_t;
|
||||
|
||||
|
@ -27,6 +27,7 @@
|
||||
#define POSTPROCESS_INTERNAL_H
|
||||
|
||||
#include "avutil.h"
|
||||
#include "postprocess.h"
|
||||
|
||||
#define V_DEBLOCK 0x01
|
||||
#define H_DEBLOCK 0x02
|
||||
|
Loading…
Reference in New Issue
Block a user