]> git.sesse.net Git - ffmpeg/blobdiff - libpostproc/postprocess.h
Merge remote-tracking branch 'newdev/master'
[ffmpeg] / libpostproc / postprocess.h
index 4cfcf7c6f8bc10c3098ff4ce3c2c7ec8f0d338c7..0713c479562b1ee3bd11c971bed45ee7c620e364 100644 (file)
 #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);
 
 /**
- * Returns the libpostproc license.
+ * Return the libpostproc license.
  */
 const char *postproc_license(void);