summaryrefslogtreecommitdiff
path: root/src/libffmpeg/libavcodec/libpostproc/postprocess.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libffmpeg/libavcodec/libpostproc/postprocess.c')
-rw-r--r--src/libffmpeg/libavcodec/libpostproc/postprocess.c10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/libffmpeg/libavcodec/libpostproc/postprocess.c b/src/libffmpeg/libavcodec/libpostproc/postprocess.c
index 130bb36c6..8668b530f 100644
--- a/src/libffmpeg/libavcodec/libpostproc/postprocess.c
+++ b/src/libffmpeg/libavcodec/libpostproc/postprocess.c
@@ -16,6 +16,11 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
+/**
+ * @file postprocess.c
+ * postprocessing.
+ */
+
/*
C MMX MMX2 3DNow
isVertDC Ec Ec
@@ -62,10 +67,8 @@ try to unroll inner for(x=0 ... loop to avoid these damn if(x ... checks
//Changelog: use the CVS log
-#ifdef HAVE_CONFIG_H
#include "config.h"
-#endif
-
+#include <inttypes.h>
#include <stdio.h>
#include "xineutils.h"
@@ -152,7 +155,6 @@ static inline void unusedVariableWarningFixer()
}
#endif
-
// The horizontal Functions exist only in C cuz the MMX code is faster with vertical filters and transposing
/**