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
4390f8c2
Commit
4390f8c2
authored
Sep 25, 2012
by
Clément Bœsch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix two "skiping" typo.
parent
aea15df3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
ffmpeg.c
ffmpeg.c
+1
-1
utils.c
libavformat/utils.c
+1
-1
patcheck
tools/patcheck
+1
-1
No files found.
ffmpeg.c
View file @
4390f8c2
...
@@ -821,7 +821,7 @@ static void do_video_out(AVFormatContext *s,
...
@@ -821,7 +821,7 @@ static void do_video_out(AVFormatContext *s,
return
;
return
;
}
else
if
(
nb_frames
>
1
)
{
}
else
if
(
nb_frames
>
1
)
{
if
(
nb_frames
>
dts_error_threshold
*
30
)
{
if
(
nb_frames
>
dts_error_threshold
*
30
)
{
av_log
(
NULL
,
AV_LOG_ERROR
,
"%d frame duplication too large, skiping
\n
"
,
nb_frames
-
1
);
av_log
(
NULL
,
AV_LOG_ERROR
,
"%d frame duplication too large, skip
p
ing
\n
"
,
nb_frames
-
1
);
nb_frames_drop
++
;
nb_frames_drop
++
;
return
;
return
;
}
}
...
...
libavformat/utils.c
View file @
4390f8c2
...
@@ -646,7 +646,7 @@ int avformat_open_input(AVFormatContext **ps, const char *filename, AVInputForma
...
@@ -646,7 +646,7 @@ int avformat_open_input(AVFormatContext **ps, const char *filename, AVInputForma
if
((
ret
=
ff_id3v2_parse_apic
(
s
,
&
id3v2_extra_meta
))
<
0
)
if
((
ret
=
ff_id3v2_parse_apic
(
s
,
&
id3v2_extra_meta
))
<
0
)
goto
fail
;
goto
fail
;
}
else
}
else
av_log
(
s
,
AV_LOG_DEBUG
,
"demuxer does not support additional id3 data, skiping
\n
"
);
av_log
(
s
,
AV_LOG_DEBUG
,
"demuxer does not support additional id3 data, skip
p
ing
\n
"
);
}
}
ff_id3v2_free_extra_meta
(
&
id3v2_extra_meta
);
ff_id3v2_free_extra_meta
(
&
id3v2_extra_meta
);
...
...
tools/patcheck
View file @
4390f8c2
...
@@ -67,7 +67,7 @@ $EGREP $OPT '^\+ *(const *|)static' $*| $EGREP --color=always '[^=]= *(0|NULL)[^
...
@@ -67,7 +67,7 @@ $EGREP $OPT '^\+ *(const *|)static' $*| $EGREP --color=always '[^=]= *(0|NULL)[^
cat
$TMP
cat
$TMP
hiegrep
'# *ifdef * (HAVE|CONFIG)_'
'ifdefs that should be #if'
$*
hiegrep
'# *ifdef * (HAVE|CONFIG)_'
'ifdefs that should be #if'
$*
hiegrep
'\b(awnser|cant|dont|wont|usefull|successfull|occured|teh|alot|wether|skiped|heigth|informations|colums|loosy|loosing|ouput|seperate|preceed|upto|paket|posible|unkown|inpossible|dimention|acheive|funtions|overriden|outputing|seperation|initalize|compatibilty)\b'
'common typos'
$*
hiegrep
'\b(awnser|cant|dont|wont|usefull|successfull|occured|teh|alot|wether|skiped|
skiping|
heigth|informations|colums|loosy|loosing|ouput|seperate|preceed|upto|paket|posible|unkown|inpossible|dimention|acheive|funtions|overriden|outputing|seperation|initalize|compatibilty)\b'
'common typos'
$*
hiegrep
'av_log\( *NULL'
'Missing context in av_log'
$*
hiegrep
'av_log\( *NULL'
'Missing context in av_log'
$*
hiegrep
'[^sn]printf'
'Please use av_log'
$*
hiegrep
'[^sn]printf'
'Please use av_log'
$*
...
...
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