diff options
author | Diego Biurrun <diego@biurrun.de> | 2012-06-13 11:41:12 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-07-03 17:35:11 +0200 |
commit | 09f211987cddf279390f8abe24d6a7a69622e356 (patch) | |
tree | 6f76ac0f8daf9794935c11bd99b7025daa13b178 /libavcodec/dsputil.h | |
parent | 22662ca56086ddb7240dc84a68ad89c785682f36 (diff) | |
download | ffmpeg-09f211987cddf279390f8abe24d6a7a69622e356.tar.gz |
misc typo and wording fixes
Diffstat (limited to 'libavcodec/dsputil.h')
-rw-r--r-- | libavcodec/dsputil.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/dsputil.h b/libavcodec/dsputil.h index e54ae69831..77980e02f8 100644 --- a/libavcodec/dsputil.h +++ b/libavcodec/dsputil.h @@ -548,9 +548,9 @@ typedef struct DSPContext { * @param src source array * constraints: 16-byte aligned * @param min minimum value - * constraints: must in the the range [-(1<<24), 1<<24] + * constraints: must be in the range [-(1 << 24), 1 << 24] * @param max maximum value - * constraints: must in the the range [-(1<<24), 1<<24] + * constraints: must be in the range [-(1 << 24), 1 << 24] * @param len number of elements in the array * constraints: multiple of 32 greater than zero */ |