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
5d81d641
Commit
5d81d641
authored
Dec 16, 2007
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cosmetics: comment typo fixes
Originally committed as revision 11232 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
c49e23e2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
h264.c
libavcodec/h264.c
+1
-1
avformat.h
libavformat/avformat.h
+4
-4
No files found.
libavcodec/h264.c
View file @
5d81d641
...
...
@@ -4153,7 +4153,7 @@ static int decode_slice_header(H264Context *h, H264Context *h0){
if
(
h
->
deblocking_filter
==
1
&&
h0
->
max_contexts
>
1
)
{
if
(
s
->
avctx
->
flags2
&
CODEC_FLAG2_FAST
)
{
/* Cheat slightly for speed:
Do
nt bother to deblock across slices
*/
Do
not bother to deblock across slices.
*/
h
->
deblocking_filter
=
2
;
}
else
{
h0
->
max_contexts
=
1
;
...
...
libavformat/avformat.h
View file @
5d81d641
...
...
@@ -198,9 +198,9 @@ typedef struct AVInputFormat {
/** size of private data so that it can be allocated in the wrapper */
int
priv_data_size
;
/**
*
t
ell if a given file has a chance of being parsed by this format.
* The buffer provided is gu
ranteed to be AVPROBE_PADDING_SIZE bytes big
*
so you don
t have to check for that unless you need more.
*
T
ell if a given file has a chance of being parsed by this format.
* The buffer provided is gu
aranteed to be AVPROBE_PADDING_SIZE bytes
*
big so you do no
t have to check for that unless you need more.
*/
int
(
*
read_probe
)(
AVProbeData
*
);
/** read the format header and initialize the AVFormatContext
...
...
@@ -571,7 +571,7 @@ int av_open_input_file(AVFormatContext **ic_ptr, const char *filename,
AVFormatParameters
*
ap
);
/**
* Allocate an AVFormatContext.
*
can be freed with av_free() but don
t forget to free everything you
*
Can be freed with av_free() but do no
t forget to free everything you
* explicitly allocated as well!
*/
AVFormatContext
*
av_alloc_format_context
(
void
);
...
...
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