Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
48966b02
Commit
48966b02
authored
Jul 02, 2010
by
Måns Rullgård
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Grammar fixes
Originally committed as revision 23961 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
3c35da2f
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
9 deletions
+9
-9
cmdutils.h
cmdutils.h
+2
-2
alsdec.c
libavcodec/alsdec.c
+4
-4
avcodec.h
libavcodec/avcodec.h
+2
-2
qcelpdec.c
libavcodec/qcelpdec.c
+1
-1
No files found.
cmdutils.h
View file @
48966b02
...
...
@@ -204,8 +204,8 @@ void show_protocols(void);
void
show_pix_fmts
(
void
);
/**
* Return a positive value if
reads from standard input a line
* start
ing with [yY], otherwise returns
0.
* Return a positive value if
a line read from standard input
* start
s with [yY], otherwise return
0.
*/
int
read_yesno
(
void
);
...
...
libavcodec/alsdec.c
View file @
48966b02
...
...
@@ -454,7 +454,7 @@ static void parse_bs_info(const uint32_t bs_info, unsigned int n,
}
/** Read and decode
s
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 set
s
actual block sizes.
* Also assure
s
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 decode
s
block data successively.
/** Read and decode block data successively.
*/
static
int
read_decode_block
(
ALSDecContext
*
ctx
,
ALSBlockData
*
bd
)
{
...
...
libavcodec/avcodec.h
View file @
48966b02
...
...
@@ -48,7 +48,7 @@
#define AV_TIME_BASE_Q (AVRational){1, AV_TIME_BASE}
/**
* Identif
ie
the syntax and semantics of the bitstream.
* Identif
y
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_subtitle(AVCodecContext *avctx, AVSubtit
/**
* Decode a subtitle message.
* Return a negative value on error, otherwise return
s
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.
*
...
...
libavcodec/qcelpdec.c
View file @
48966b02
...
...
@@ -594,7 +594,7 @@ static void lspf2lpc(const float *lspf, float *lpc)
}
/**
* Interpolate LSP frequencies and compute
s
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment