Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
6ec6e3c9
Commit
6ec6e3c9
authored
Dec 26, 2001
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
101
Originally committed as revision 3780 to
svn://svn.mplayerhq.hu/mplayer/trunk/postproc
parent
45b4f285
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
postprocess.c
postproc/postprocess.c
+5
-4
No files found.
postproc/postprocess.c
View file @
6ec6e3c9
...
...
@@ -163,7 +163,8 @@ static struct PPFilter filters[]=
{
{
"hb"
,
"hdeblock"
,
1
,
1
,
3
,
H_DEBLOCK
},
{
"vb"
,
"vdeblock"
,
1
,
2
,
4
,
V_DEBLOCK
},
{
"vr"
,
"rkvdeblock"
,
1
,
2
,
4
,
H_RK1_FILTER
},
{
"hr"
,
"rkhdeblock"
,
1
,
1
,
3
,
H_RK1_FILTER
},
{
"vr"
,
"rkvdeblock"
,
1
,
2
,
4
,
V_RK1_FILTER
},
{
"h1"
,
"x1hdeblock"
,
1
,
1
,
3
,
H_X1_FILTER
},
{
"v1"
,
"x1vdeblock"
,
1
,
2
,
4
,
V_X1_FILTER
},
{
"dr"
,
"dering"
,
1
,
5
,
6
,
DERING
},
...
...
@@ -540,6 +541,7 @@ short long name short long option Description
y nochrom chrominance filtring disabled
hb hdeblock horizontal deblocking filter
vb vdeblock vertical deblocking filter
hr rkhdeblock
vr rkvdeblock
h1 x1hdeblock Experimental horizontal deblock filter 1
v1 x1vdeblock Experimental vertical deblock filter 1
...
...
@@ -724,9 +726,8 @@ int readPPOpt(void *conf, char *arg)
}
newPPFlag
=
1
;
// it shouldnt matter what we set divx_quality to as long as its not 0
// (we dont use it if newPPFlag is set)
divx_quality
=
1
;
//divx_quality is passed to postprocess if autoq if off
divx_quality
=
GET_PP_QUALITY_MAX
;
return
1
;
}
...
...
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