Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FFmpeg
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
libremedia
Tethys
FFmpeg
Commits
6e6ccf0d
Commit
6e6ccf0d
authored
13 years ago
by
Alex Converse
Committed by
Michael Niedermayer
13 years ago
Browse files
Options
Downloads
Patches
Plain Diff
ffmpeg: Fix spelling errors.
Signed-off-by:
Luca Barbato
<
lu_zero@gentoo.org
>
parent
47a3439e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ffmpeg.c
+3
-3
3 additions, 3 deletions
ffmpeg.c
with
3 additions
and
3 deletions
ffmpeg.c
+
3
−
3
View file @
6e6ccf0d
...
...
@@ -418,7 +418,7 @@ static int configure_video_filters(InputStream *ist, OutputStream *ost)
codec
->
width
=
ost
->
output_video_filter
->
inputs
[
0
]
->
w
;
codec
->
height
=
ost
->
output_video_filter
->
inputs
[
0
]
->
h
;
codec
->
sample_aspect_ratio
=
ost
->
st
->
sample_aspect_ratio
=
ost
->
frame_aspect_ratio
?
// overriden by the -aspect cli option
ost
->
frame_aspect_ratio
?
// overrid
d
en by the -aspect cli option
av_d2q
(
ost
->
frame_aspect_ratio
*
codec
->
height
/
codec
->
width
,
255
)
:
ost
->
output_video_filter
->
inputs
[
0
]
->
sample_aspect_ratio
;
...
...
@@ -1191,7 +1191,7 @@ static void do_video_out(AVFormatContext *s,
if
(
s
->
oformat
->
flags
&
AVFMT_RAWPICTURE
)
{
/* raw pictures are written as AVPicture structure to
avoid any copies. We support temorarily the older
avoid any copies. We support tem
p
orarily the older
method. */
AVFrame
*
old_frame
=
enc
->
coded_frame
;
enc
->
coded_frame
=
dec
->
coded_frame
;
//FIXME/XXX remove this hack
...
...
@@ -4292,7 +4292,7 @@ static const OptionDef options[] = {
{
"qscale"
,
HAS_ARG
|
OPT_EXPERT
|
OPT_VIDEO
,
{(
void
*
)
opt_qscale
},
"use fixed video quantizer scale (VBR)"
,
"q"
},
{
"rc_override"
,
HAS_ARG
|
OPT_EXPERT
|
OPT_VIDEO
,
{(
void
*
)
opt_video_rc_override_string
},
"rate control override for specific intervals"
,
"override"
},
{
"vcodec"
,
HAS_ARG
|
OPT_VIDEO
,
{(
void
*
)
opt_video_codec
},
"force video codec ('copy' to copy stream)"
,
"codec"
},
{
"me_threshold"
,
HAS_ARG
|
OPT_EXPERT
|
OPT_VIDEO
,
{(
void
*
)
opt_me_threshold
},
"motion estimaton threshold"
,
"threshold"
},
{
"me_threshold"
,
HAS_ARG
|
OPT_EXPERT
|
OPT_VIDEO
,
{(
void
*
)
opt_me_threshold
},
"motion estimat
i
on threshold"
,
"threshold"
},
{
"sameq"
,
OPT_BOOL
|
OPT_VIDEO
,
{(
void
*
)
&
same_quant
},
"use same quantizer as source (implies VBR)"
},
{
"same_quant"
,
OPT_BOOL
|
OPT_VIDEO
,
{(
void
*
)
&
same_quant
},
"use same quantizer as source (implies VBR)"
},
{
"pass"
,
HAS_ARG
|
OPT_VIDEO
,
{(
void
*
)
opt_pass
},
"select the pass number (1 or 2)"
,
"n"
},
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment