Originally committed as revision 23961 to svn://svn.ffmpeg.org/ffmpeg/trunk
void show_pix_fmts(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.
-/** Read and decodes a Rice codeword.
+/** Read and decode a Rice codeword.
*/
static int32_t decode_rice(GetBitContext *gb, unsigned int k)
{
*/
static int32_t decode_rice(GetBitContext *gb, 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,
* actual number of samples.
*/
static void get_block_sizes(ALSDecContext *ctx, unsigned int *div_blocks,
-/** Read and decodes block data successively.
+/** Read and decode block data successively.
*/
static int read_decode_block(ALSDecContext *ctx, ALSBlockData *bd)
{
*/
static int read_decode_block(ALSDecContext *ctx, ALSBlockData *bd)
{
#define AV_TIME_BASE_Q (AVRational){1, AV_TIME_BASE}
/**
#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.
* 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.
/**
* Decode a subtitle message.
/**
* 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.
*
* If no subtitle could be decompressed, got_sub_ptr is zero.
* Otherwise, the subtitle is stored in *sub.
*
- * 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
* for a given bitrate & pitch subframe.
*
* TIA/EIA/IS-733 2.4.3.3.4, 2.4.8.7.2