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
aa6b38c2
Commit
aa6b38c2
authored
Jan 08, 2008
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix random typos.
Originally committed as revision 11477 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
4514a1d5
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
snow.txt
doc/snow.txt
+1
-1
dvdata.h
libavcodec/dvdata.h
+1
-1
ffm.c
libavformat/ffm.c
+1
-1
No files found.
doc/snow.txt
View file @
aa6b38c2
...
@@ -345,7 +345,7 @@ state_transition_table = {
...
@@ -345,7 +345,7 @@ state_transition_table = {
FIXME
FIXME
Range Coding of inte
r
gers:
Range Coding of integers:
--------------------------
--------------------------
FIXME
FIXME
...
...
libavcodec/dvdata.h
View file @
aa6b38c2
...
@@ -335,7 +335,7 @@ static const uint8_t dv_quant_shifts[22][4] = {
...
@@ -335,7 +335,7 @@ static const uint8_t dv_quant_shifts[22][4] = {
static
const
uint8_t
dv_quant_offset
[
4
]
=
{
6
,
3
,
0
,
1
};
static
const
uint8_t
dv_quant_offset
[
4
]
=
{
6
,
3
,
0
,
1
};
/* NOTE: I prefer hardcoding the position
n
ing of dv blocks, it is
/* NOTE: I prefer hardcoding the positioning of dv blocks, it is
simpler :-) */
simpler :-) */
static
const
uint16_t
dv_place_420
[
1620
]
=
{
static
const
uint16_t
dv_place_420
[
1620
]
=
{
...
...
libavformat/ffm.c
View file @
aa6b38c2
...
@@ -665,7 +665,7 @@ static int64_t get_pts(AVFormatContext *s, offset_t pos)
...
@@ -665,7 +665,7 @@ static int64_t get_pts(AVFormatContext *s, offset_t pos)
}
}
/* seek to a given time in the file. The file read pointer is
/* seek to a given time in the file. The file read pointer is
position
n
ed at or before pts. XXX: the following code is quite
positioned at or before pts. XXX: the following code is quite
approximative */
approximative */
static
int
ffm_seek
(
AVFormatContext
*
s
,
int
stream_index
,
int64_t
wanted_pts
,
int
flags
)
static
int
ffm_seek
(
AVFormatContext
*
s
,
int
stream_index
,
int64_t
wanted_pts
,
int
flags
)
{
{
...
...
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