diff libpostproc/postprocess.h @ 820:6d225a8f0ff0 libavcodec

cosmetics requested by kabi
author michael
date Fri, 01 Nov 2002 01:19:04 +0000
parents de7636688003
children c39e14fc2392
line wrap: on
line diff
--- a/libpostproc/postprocess.h	Thu Oct 31 20:22:30 2002 +0000
+++ b/libpostproc/postprocess.h	Fri Nov 01 01:19:04 2002 +0000
@@ -64,7 +64,7 @@
 
 #define QP_STORE_T int8_t
 
-typedef void pp_context;
+typedef void pp_context_t;
 
 extern char *pp_help;
 
@@ -90,13 +90,13 @@
                  uint8_t * dst[3], int dstStride[3],
                  int horizontalSize, int verticalSize,
                  QP_STORE_T *QP_store,  int QP_stride,
-		 PPMode *mode, pp_context *ppContext, int pict_type);
+		 PPMode *mode, pp_context_t *ppContext, int pict_type);
 
 // name is the stuff after "-pp" on the command line
 PPMode pp_get_mode_by_name_and_quality(char *name, int quality);
 
-pp_context *pp_get_context(int width, int height, int cpuCaps);
-void pp_free_context(pp_context *ppContext);
+pp_context_t *pp_get_context(int width, int height, int cpuCaps);
+void pp_free_context(pp_context_t *ppContext);
 
 #define PP_CPU_CAPS_MMX   0x80000000
 #define PP_CPU_CAPS_MMX2  0x20000000