Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
ffmpeg
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ffmpeg
Commits
3417280b
Commit
3417280b
authored
Apr 11, 2013
by
Clément Bœsch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lavfi/field: cleanup unused shorthand and doc.
parent
310bf283
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
filters.texi
doc/filters.texi
+2
-1
vf_field.c
libavfilter/vf_field.c
+0
-2
No files found.
doc/filters.texi
View file @
3417280b
...
...
@@ -3096,7 +3096,8 @@ Extract a single field from an interlaced image using stride
arithmetic to avoid wasting CPU time. The output frames are marked as
non-interlaced.
This filter accepts the following named options:
The filter accepts the following options:
@table @option
@item type
Specify whether to extract the top (if the value is @code{0} or
...
...
libavfilter/vf_field.c
View file @
3417280b
...
...
@@ -107,8 +107,6 @@ static const AVFilterPad field_outputs[] = {
{
NULL
}
};
static
const
char
*
const
shorthand
[]
=
{
"type"
,
NULL
};
AVFilter
avfilter_vf_field
=
{
.
name
=
"field"
,
.
description
=
NULL_IF_CONFIG_SMALL
(
"Extract a field from the input video."
),
...
...
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