[FFmpeg-cvslog] r23961 - in trunk: cmdutils.h libavcodec/alsdec.c libavcodec/avcodec.h libavcodec/qcelpdec.c
mru
subversion
Fri Jul 2 02:03:48 CEST 2010
Author: mru
Date: Fri Jul 2 02:03:48 2010
New Revision: 23961
Log:
Grammar fixes
Modified:
trunk/cmdutils.h
trunk/libavcodec/alsdec.c
trunk/libavcodec/avcodec.h
trunk/libavcodec/qcelpdec.c
Modified: trunk/cmdutils.h
==============================================================================
--- trunk/cmdutils.h Fri Jul 2 01:36:48 2010 (r23960)
+++ trunk/cmdutils.h Fri Jul 2 02:03:48 2010 (r23961)
@@ -204,8 +204,8 @@ void show_protocols(void);
void show_pix_fmts(void);
/**
- * Return a positive value if reads from standard input a line
- * starting with [yY], otherwise returns 0.
+ * Return a positive value if a line read from standard input
+ * starts with [yY], otherwise return 0.
*/
int read_yesno(void);
Modified: trunk/libavcodec/alsdec.c
==============================================================================
--- trunk/libavcodec/alsdec.c Fri Jul 2 01:36:48 2010 (r23960)
+++ trunk/libavcodec/alsdec.c Fri Jul 2 02:03:48 2010 (r23961)
@@ -454,7 +454,7 @@ static void parse_bs_info(const uint32_t
}
-/** 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
}
-/** 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 *c
}
-/** Read and decodes block data successively.
+/** Read and decode block data successively.
*/
static int read_decode_block(ALSDecContext *ctx, ALSBlockData *bd)
{
Modified: trunk/libavcodec/avcodec.h
==============================================================================
--- trunk/libavcodec/avcodec.h Fri Jul 2 01:36:48 2010 (r23960)
+++ trunk/libavcodec/avcodec.h Fri Jul 2 02:03:48 2010 (r23961)
@@ -48,7 +48,7 @@
#define AV_TIME_BASE_Q (AVRational){1, AV_TIME_BASE}
/**
- * Identifie the syntax and semantics of the bitstream.
+ * Identify the syntax and semantics of the bitstream.
* The principle is roughly:
* Two decoders with the same ID can decode the same streams.
* Two encoders with the same ID can encode compatible streams.
@@ -3533,7 +3533,7 @@ attribute_deprecated int avcodec_decode_
/**
* Decode a subtitle message.
- * Return a negative value on error, otherwise returns the number of bytes used.
+ * Return a negative value on error, otherwise return the number of bytes used.
* If no subtitle could be decompressed, got_sub_ptr is zero.
* Otherwise, the subtitle is stored in *sub.
*
Modified: trunk/libavcodec/qcelpdec.c
==============================================================================
--- trunk/libavcodec/qcelpdec.c Fri Jul 2 01:36:48 2010 (r23960)
+++ trunk/libavcodec/qcelpdec.c Fri Jul 2 02:03:48 2010 (r23961)
@@ -594,7 +594,7 @@ static void lspf2lpc(const float *lspf,
}
/**
- * Interpolate LSP frequencies and computes LPC coefficients
+ * Interpolate LSP frequencies and compute LPC coefficients
* for a given bitrate & pitch subframe.
*
* TIA/EIA/IS-733 2.4.3.3.4, 2.4.8.7.2
More information about the ffmpeg-cvslog
mailing list