comparison iff.c @ 12024:fdafbcef52f5 libavcodec

Fix grammar errors in documentation
author mru
date Wed, 30 Jun 2010 15:38:06 +0000
parents 317c18e0b753
children ee740a4e80c5
comparison
equal deleted inserted replaced
12023:c7455450364d 12024:fdafbcef52f5
213 dst += 8; 213 dst += 8;
214 } while (--buf_size); 214 } while (--buf_size);
215 } 215 }
216 216
217 /** 217 /**
218 * Decodes one complete byterun1 encoded line. 218 * Decode one complete byterun1 encoded line.
219 * 219 *
220 * @param dst the destination buffer where to store decompressed bitstream 220 * @param dst the destination buffer where to store decompressed bitstream
221 * @param dst_size the destination plane size in bytes 221 * @param dst_size the destination plane size in bytes
222 * @param buf the source byterun1 compressed bitstream 222 * @param buf the source byterun1 compressed bitstream
223 * @param buf_end the EOF of source byterun1 compressed bitstream 223 * @param buf_end the EOF of source byterun1 compressed bitstream