comparison dsputil.c @ 12024:fdafbcef52f5 libavcodec

Fix grammar errors in documentation
author mru
date Wed, 30 Jun 2010 15:38:06 +0000
parents e382860b855f
children 8b28e74de2c0
comparison
equal deleted inserted replaced
12023:c7455450364d 12024:fdafbcef52f5
357 memset(last_line + (i + 1) * wrap + width, last_line[width-1], w); /* top right */ 357 memset(last_line + (i + 1) * wrap + width, last_line[width-1], w); /* top right */
358 } 358 }
359 } 359 }
360 360
361 /** 361 /**
362 * Copies a rectangular area of samples to a temporary buffer and replicates the boarder samples. 362 * Copy a rectangular area of samples to a temporary buffer and replicate the border samples.
363 * @param buf destination buffer 363 * @param buf destination buffer
364 * @param src source buffer 364 * @param src source buffer
365 * @param linesize number of bytes between 2 vertically adjacent samples in both the source and destination buffers 365 * @param linesize number of bytes between 2 vertically adjacent samples in both the source and destination buffers
366 * @param block_w width of block 366 * @param block_w width of block
367 * @param block_h height of block 367 * @param block_h height of block