]> git.sesse.net Git - ffmpeg/blobdiff - libpostproc/postprocess.h
xdcam hd422 720p24 fourcc in mov
[ffmpeg] / libpostproc / postprocess.h
index 5f23bb240f687e9181ac744883e8979fe386c3d3..0713c479562b1ee3bd11c971bed45ee7c620e364 100644 (file)
@@ -22,7 +22,7 @@
 #define POSTPROC_POSTPROCESS_H
 
 /**
- * @file libpostproc/postprocess.h
+ * @file
  * @brief
  *     external postprocessing API
  */
 #define LIBPOSTPROC_IDENT       "postproc" AV_STRINGIFY(LIBPOSTPROC_VERSION)
 
 /**
- * Returns the LIBPOSTPROC_VERSION_INT constant.
+ * Return the LIBPOSTPROC_VERSION_INT constant.
  */
 unsigned postproc_version(void);
 
 /**
- * Returns the libpostproc build-time configuration.
+ * Return the libpostproc build-time configuration.
  */
-const char * postproc_configuration(void);
+const char *postproc_configuration(void);
 
 /**
- * Returns the libpostproc license.
+ * Return the libpostproc license.
  */
-const char * postproc_license(void);
+const char *postproc_license(void);
 
 #define PP_QUALITY_MAX 6