[FFmpeg-cvslog] r23904 - in trunk: cmdutils.h libavcodec/aac_parser.h libavcodec/ac3.c libavcodec/ac3.h libavcodec/ac3_parser.h libavcodec/ac3tab.c libavcodec/allcodecs.c libavcodec/alsdec.c libavcodec/avcodec.h l...
Víctor Paesa
victorpaesa
Thu Jul 1 22:57:45 CEST 2010
Hi,
On 2010-06-30, mru wrote:
> Author: mru
> Date: Wed Jun 30 17:38:06 2010
> New Revision: 23904
>
> Log:
> Fix grammar errors in documentation
I have the feeling that the patch was the result of some smart script,
as human review
shows several instances where first verb is impersonal, and second is
3rd person:
/**
- * Returns a positive value if reads from standard input a line
+ * Return a positive value if reads from standard input a line
* starting with [yY], otherwise returns 0.
*/
int read_yesno(void);
-/** Reads and decodes a Rice codeword.
+/** Read and decodes a Rice codeword.
*/
static int32_t decode_rice(GetBitContext *gb, unsigned int k)
{
@@ -472,7 +472,7 @@ static int32_t decode_rice(GetBitContext
}
-/** Reads block switching field if necessary and sets actual block sizes.
+/** Read block switching field if necessary and sets actual block sizes.
* Also assures that the block sizes of the last frame correspond to the
* actual number of samples.
*/
@@ -545,7 +545,7 @@ static void get_block_sizes(ALSDecContex
}
-/** Reads and decodes block data successively.
+/** Read and decodes block data successively.
*/
static int read_decode_block(ALSDecContext *ctx, ALSBlockData *bd)
{
@@ -997,7 +997,7 @@ static int read_decode_block(ALSDecConte
}
/**
- * Identifies the syntax and semantics of the bitstream.
+ * Identifie the syntax and semantics of the bitstream.
/**
- * Decodes a subtitle message.
- * Returns a negative value on error, otherwise returns the number of
bytes used.
+ * Decode a subtitle message.
+ * Return a negative value on error, otherwise returns the number of
bytes used.
/**
- * Interpolates LSP frequencies and computes LPC coefficients
+ * Interpolate LSP frequencies and computes LPC coefficients
Regards,
V?ctor
P.S: Is "Identifie" an ancient English verb? :-)
More information about the ffmpeg-cvslog
mailing list