]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/elbg.c
avcodec/libx264: Remove unused variable
[ffmpeg] / libavcodec / elbg.c
index 23ae9483f7d8d3b2681bffa3d1d0d3c5fa5d6c84..b6049c938b830cd55f4ec2b669203c60c54d50ac 100644 (file)
@@ -31,7 +31,7 @@
 #include "elbg.h"
 #include "avcodec.h"
 
-#define DELTA_ERR_MAX 0.1  ///< Precision of the ELBG algorithm (as percentual error)
+#define DELTA_ERR_MAX 0.1  ///< Precision of the ELBG algorithm (as percentage error)
 
 /**
  * In the ELBG jargon, a cell is the set of points that are closest to a
@@ -199,7 +199,7 @@ static void get_new_centroids(elbg_data *elbg, int huc, int *newcentroid_i,
 
 /**
  * Add the points in the low utility cell to its closest cell. Split the high
- * utility cell, putting the separate points in the (now empty) low utility
+ * utility cell, putting the separated points in the (now empty) low utility
  * cell.
  *
  * @param elbg         Internal elbg data