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
97d766ff
Commit
97d766ff
authored
6 years ago
by
Gyan Doshi
Browse files
Options
Downloads
Patches
Plain Diff
doc/filters: correct description of variables in blend filter
Invert description of SW / SH variables.
parent
1a31c2b5
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/filters.texi
+4
-4
4 additions, 4 deletions
doc/filters.texi
with
4 additions
and
4 deletions
doc/filters.texi
+
4
−
4
View file @
97d766ff
...
...
@@ -5645,10 +5645,10 @@ the width and height of currently filtered plane
@item SW
@item SH
Width and height scale
depending on the currently
filtered
plane
. It is the
ratio between the
corresponding luma plane number of pixels and the current
plane ones. E.g. for YUV4:2:0
the values are @code{1,1} for
the luma plane, and
@code{0.5,0.5} for chroma planes.
Width and height scale
for the plane being
filtered. It is the
ratio between the
dimensions of the current plane to the luma plane,
e.g. for a @code{yuv420p} frame,
the values are @code{1,1} for
the luma plane and
@code{0.5,0.5} for
the
chroma planes.
@item T
Time of the current frame, expressed in seconds.
...
...
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