X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Felbg.c;h=b6049c938b830cd55f4ec2b669203c60c54d50ac;hb=947daffa59fca84f9e2a5242a1199399c4e27b5d;hp=23ae9483f7d8d3b2681bffa3d1d0d3c5fa5d6c84;hpb=15ad0232107496c3b12d8aaedfc3398b8cda9ee7;p=ffmpeg diff --git a/libavcodec/elbg.c b/libavcodec/elbg.c index 23ae9483f7d..b6049c938b8 100644 --- a/libavcodec/elbg.c +++ b/libavcodec/elbg.c @@ -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