]> git.sesse.net Git - ffmpeg/blobdiff - libpostproc/postprocess.h
Merge remote-tracking branch 'qatar/master'
[ffmpeg] / libpostproc / postprocess.h
index 0713c479562b1ee3bd11c971bed45ee7c620e364..4be7d2214e2b0c7089716d09adb717b42e2fe334 100644 (file)
@@ -83,9 +83,10 @@ void  pp_postprocess(const uint8_t * src[3], const int srcStride[3],
 
 
 /**
- * returns a pp_mode or NULL if an error occurred
- * name is the string after "-pp" on the command line
- * quality is a number from 0 to PP_QUALITY_MAX
+ * Return a pp_mode or NULL if an error occurred.
+ *
+ * @param name    the string after "-pp" on the command line
+ * @param quality a number from 0 to PP_QUALITY_MAX
  */
 pp_mode *pp_get_mode_by_name_and_quality(const char *name, int quality);
 void pp_free_mode(pp_mode *mode);