From 48966b02cb9caae7b51a16e8afcc9e69ccb25f2a Mon Sep 17 00:00:00 2001 From: Måns Rullgård Date: Fri, 2 Jul 2010 00:03:48 +0000 Subject: Grammar fixes Originally committed as revision 23961 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/alsdec.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libavcodec/alsdec.c') diff --git a/libavcodec/alsdec.c b/libavcodec/alsdec.c index 6040ce34b6..7bf574a9f6 100644 --- a/libavcodec/alsdec.c +++ b/libavcodec/alsdec.c @@ -454,7 +454,7 @@ static void parse_bs_info(const uint32_t bs_info, unsigned int n, } -/** Read and decodes a Rice codeword. +/** Read and decode a Rice codeword. */ static int32_t decode_rice(GetBitContext *gb, unsigned int k) { @@ -490,8 +490,8 @@ static void parcor_to_lpc(unsigned int k, const int32_t *par, int32_t *cof) } -/** Read block switching field if necessary and sets actual block sizes. - * Also assures that the block sizes of the last frame correspond to the +/** Read block switching field if necessary and set actual block sizes. + * Also assure that the block sizes of the last frame correspond to the * actual number of samples. */ static void get_block_sizes(ALSDecContext *ctx, unsigned int *div_blocks, @@ -980,7 +980,7 @@ static int decode_block(ALSDecContext *ctx, ALSBlockData *bd) } -/** Read and decodes block data successively. +/** Read and decode block data successively. */ static int read_decode_block(ALSDecContext *ctx, ALSBlockData *bd) { -- cgit v1.2.3