[x265] [PATCH 1 of 3] api: comment nit

Steve Borho steve at borho.org
Wed Apr 1 22:39:12 CEST 2015


# HG changeset patch
# User Steve Borho <steve at borho.org>
# Date 1427913322 18000
#      Wed Apr 01 13:35:22 2015 -0500
# Node ID 4ea8b72aac211e6262bc9f3e23ae7f4d466881ca
# Parent  13d98c0f9e044801a3b77b8fad6c76d2de7998dd
api: comment nit

diff -r 13d98c0f9e04 -r 4ea8b72aac21 source/x265.h
--- a/source/x265.h	Wed Apr 01 16:28:53 2015 -0400
+++ b/source/x265.h	Wed Apr 01 13:35:22 2015 -0500
@@ -1104,9 +1104,8 @@
  *  allocated by x265_param_alloc() */
 void x265_param_free(x265_param *);
 
-/***
- * Initialize an x265_param structure to default values
- */
+/* x265_param_default:
+ *  Initialize an x265_param structure to default values */
 void x265_param_default(x265_param *param);
 
 /* x265_param_parse:
@@ -1161,11 +1160,11 @@
  *  Use x265_picture_free() to release storage for an x265_picture instance
  *  allocated by x265_picture_alloc() */
 void x265_picture_free(x265_picture *);
-/***
- * Initialize an x265_picture structure to default values. It sets the pixel
- * depth and color space to the encoder's internal values and sets the slice
- * type to auto - so the lookahead will determine slice type.
- */
+
+/* x265_picture_free:
+ *       Initialize an x265_picture structure to default values. It sets the pixel
+ *       depth and color space to the encoder's internal values and sets the slice
+ *       type to auto - so the lookahead will determine slice type. */
 void x265_picture_init(x265_param *param, x265_picture *pic);
 
 /* x265_max_bit_depth:
@@ -1235,9 +1234,8 @@
  *      close an encoder handler */
 void x265_encoder_close(x265_encoder *);
 
-/***
- * Release library static allocations, reset configured CTU size
- */
+/* x265_cleanup:
+ *       release library static allocations, reset configured CTU size */
 void x265_cleanup(void);
 
 #ifdef __cplusplus


More information about the x265-devel mailing list