Mercurial > libavutil.hg
changeset 151:d6f1b361d2c2 libavutil
spelling cosmetics: cliped --> clipped
author | diego |
---|---|
date | Sat, 02 Dec 2006 14:19:49 +0000 |
parents | 7d8e3421be53 |
children | 5b211d03227b |
files | common.h |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/common.h Thu Nov 30 12:00:29 2006 +0000 +++ b/common.h Sat Dec 02 14:19:49 2006 +0000 @@ -264,7 +264,7 @@ * @param a value to clip * @param amin minimum value of the clip range * @param amax maximum value of the clip range - * @return cliped value + * @return clipped value */ static inline int clip(int a, int amin, int amax) { @@ -276,7 +276,7 @@ /** * clip a signed integer value into the 0-255 range * @param a value to clip - * @return cliped value + * @return clipped value */ static inline uint8_t clip_uint8(int a) {