Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
ffmpeg
Project
Project
Details
Activity
Releases
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
Registry
Registry
Wiki
Wiki
External Wiki
External Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
BC
public
external
ffmpeg
Commits
0e8c6f22
Commit
0e8c6f22
authored
Jul 29, 2013
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avisynth: Fix a "AVISynth" vs. "AviSynth" struct name typo
Also fix some similar typos in comments and documentation.
parent
4822ee3c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
general.texi
doc/general.texi
+1
-1
vf_gradfun.c
libavfilter/vf_gradfun.c
+1
-1
avisynth.c
libavformat/avisynth.c
+1
-1
No files found.
doc/general.texi
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
...
...
libavfilter/vf_gradfun.c
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.
...
...
libavformat/avisynth.c
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
;
...
...
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