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
d5ce725c
Commit
d5ce725c
authored
Feb 14, 2013
by
Clément Bœsch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix a few "its" vs "it's" typo.
parent
35a995f4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
ffserver.texi
doc/ffserver.texi
+1
-1
swresample.txt
doc/swresample.txt
+2
-2
snow.c
libavcodec/snow.c
+1
-1
avformat.h
libavformat/avformat.h
+1
-1
No files found.
doc/ffserver.texi
View file @
d5ce725c
...
...
@@ -221,7 +221,7 @@ of an infinite movie or a whole movie.
FFM is version specific, and there is limited compatibility of FFM files
generated by one version of ffmpeg/ffserver and another version of
ffmpeg/ffserver. It may work but its not guaranteed to work.
ffmpeg/ffserver. It may work but it
i
s not guaranteed to work.
FFM2 is extensible while maintaining compatibility and should work between
differing versions of tools. FFM2 is the default.
...
...
doc/swresample.txt
View file @
d5ce725c
...
...
@@ -32,9 +32,9 @@ Special Converter v
Output
Planar/Packed conversion is done when needed during sample format conversion.
Every step can be skipped without memcpy when its not needed.
Every step can be skipped without memcpy when it
i
s not needed.
Either Resampling and Rematrixing can be performed first depending on which
way its faster.
way it
i
s faster.
The Buffers are needed for resampling due to resamplng being a process that
requires future and past data, it thus also introduces inevitably a delay when
used.
...
...
libavcodec/snow.c
View file @
d5ce725c
...
...
@@ -398,7 +398,7 @@ av_cold int ff_snow_common_init(AVCodecContext *avctx){
int
i
,
j
;
s
->
avctx
=
avctx
;
s
->
max_ref_frames
=
1
;
//just make sure its not an invalid value in case of no initial keyframe
s
->
max_ref_frames
=
1
;
//just make sure it
'
s not an invalid value in case of no initial keyframe
ff_dsputil_init
(
&
s
->
dsp
,
avctx
);
ff_videodsp_init
(
&
s
->
vdsp
,
8
);
...
...
libavformat/avformat.h
View file @
d5ce725c
...
...
@@ -844,7 +844,7 @@ typedef struct AVStream {
/**
* Number of internally decoded frames, used internally in libavformat, do not access
* its lifetime differs from info which is why its not in that structure.
* its lifetime differs from info which is why it
i
s not in that structure.
*/
int
nb_decoded_frames
;
...
...
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