]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/dsputil.h
flacdec: allocate sample buffers with av_malloc
[ffmpeg] / libavcodec / dsputil.h
index e54ae69831803e2f2bf0d85d57fc01a6eeb019f5..77980e02f8a8a2b3a04380ff205bb7513ccb02e9 100644 (file)
@@ -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
      */