This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
Fix 'make checkheaders'.
Originally committed as revision 9460 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun
18 years ago
parent
34359cab0d
commit
53eecfdefc
2 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
libpostproc/postprocess.h
+1
-0
libpostproc/postprocess_internal.h
+ 2
- 0
libpostproc/postprocess.h
View File
@@ -37,6 +37,8 @@
#define QP_STORE_T int8_t
#include <inttypes.h>
typedef void pp_context_t;
typedef void pp_mode_t;
+ 1
- 0
libpostproc/postprocess_internal.h
View File
@@ -27,6 +27,7 @@
#define POSTPROCESS_INTERNAL_H
#include "avutil.h"
#include "postprocess.h"
#define V_DEBLOCK 0x01
#define H_DEBLOCK 0x02
Write
Preview
Loading…
Cancel
Save