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
0e8c6f22
Commit
0e8c6f22
authored
11 years ago
by
Diego Biurrun
Browse files
Options
Downloads
Patches
Plain Diff
avisynth: Fix a "AVISynth" vs. "AviSynth" struct name typo
Also fix some similar typos in comments and documentation.
parent
4822ee3c
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
doc/general.texi
+1
-1
1 addition, 1 deletion
doc/general.texi
libavfilter/vf_gradfun.c
+1
-1
1 addition, 1 deletion
libavfilter/vf_gradfun.c
libavformat/avisynth.c
+1
-1
1 addition, 1 deletion
libavformat/avisynth.c
with
3 additions
and
3 deletions
doc/general.texi
+
1
−
1
View file @
0e8c6f22
...
...
@@ -136,7 +136,7 @@ library:
@item Apple HTTP Live Streaming @tab @tab X
@item ASF @tab X @tab X
@item AVI @tab X @tab X
@item A
VI
Synth @tab @tab X
@item A
vi
Synth @tab @tab X
@item AVS @tab @tab X
@tab Multimedia format used by the Creature Shock game.
@item Beam Software SIFF @tab @tab X
...
...
This diff is collapsed.
Click to expand it.
libavfilter/vf_gradfun.c
+
1
−
1
View file @
0e8c6f22
...
...
@@ -25,7 +25,7 @@
* libmpcodecs/vf_gradfun.c
*
* Apply a boxblur debanding algorithm (based on the gradfun2db
* Avi
s
ynth filter by prunedtree).
* Avi
S
ynth filter by prunedtree).
* Foreach pixel, if it's within threshold of the blurred value, make it closer.
* So now we have a smoothed and higher bitdepth version of all the shallow
* gradients, while leaving detailed areas untouched.
...
...
This diff is collapsed.
Click to expand it.
libavformat/avisynth.c
+
1
−
1
View file @
0e8c6f22
...
...
@@ -36,7 +36,7 @@ typedef struct {
typedef
struct
{
PAVIFILE
file
;
A
VI
SynthStream
*
streams
;
A
vi
SynthStream
*
streams
;
int
nb_streams
;
int
next_stream
;
}
AviSynthContext
;
...
...
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