Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-1.1
Commits
eb0d98e6
Commit
eb0d98e6
authored
Mar 15, 2010
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x264: remove deprecated aliases from chain
That does not work anyway.
parent
d79b5583
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
modules/codec/x264.c
modules/codec/x264.c
+5
-5
No files found.
modules/codec/x264.c
View file @
eb0d98e6
...
...
@@ -678,16 +678,16 @@ vlc_module_end ()
* Local prototypes
*****************************************************************************/
static
const
char
*
const
ppsz_sout_options
[]
=
{
"8x8dct"
,
"a
nalyse"
,
"a
sm"
,
"aud"
,
"bframes"
,
"bime"
,
"bpyramid"
,
"8x8dct"
,
"asm"
,
"aud"
,
"bframes"
,
"bime"
,
"bpyramid"
,
"b-adapt"
,
"b-bias"
,
"b-rdo"
,
"cabac"
,
"chroma-me"
,
"chroma-qp-offset"
,
"cplxblur"
,
"crf"
,
"dct-decimate"
,
"deadzone-inter"
,
"deadzone-intra"
,
"deblock"
,
"direct"
,
"direct-8x8"
,
"f
ilter"
,
"fast-pskip"
,
"frameref
"
,
"interlaced"
,
"ipratio"
,
"keyint"
,
"
keyint-min"
,
"level"
,
"loopfilter
"
,
"deblock"
,
"direct"
,
"direct-8x8"
,
"f
ast-pskip
"
,
"interlaced"
,
"ipratio"
,
"keyint"
,
"
level
"
,
"me"
,
"merange"
,
"min-keyint"
,
"mixed-refs"
,
"mvrange"
,
"mvrange-thread"
,
"nf"
,
"non-deterministic"
,
"nr"
,
"partitions"
,
"pass"
,
"pbratio"
,
"pre-scenecut"
,
"psnr"
,
"qblur"
,
"qp"
,
"qcomp"
,
"qpstep"
,
"qpmax"
,
"qpmin"
,
"q
p-max"
,
"qp-min"
,
"q
uiet"
,
"ratetol"
,
"ref"
,
"scenecut"
,
"sps-id"
,
"ssim"
,
"stats"
,
"subme"
,
"
subpel"
,
"tolerance"
,
"
trellis"
,
"qpmin"
,
"quiet"
,
"ratetol"
,
"ref"
,
"scenecut"
,
"sps-id"
,
"ssim"
,
"stats"
,
"subme"
,
"trellis"
,
"verbose"
,
"vbv-bufsize"
,
"vbv-init"
,
"vbv-maxrate"
,
"weightb"
,
"weightp"
,
"aq-mode"
,
"aq-strength"
,
"psy-rd"
,
"psy"
,
"profile"
,
"lookahead"
,
"slices"
,
"slice-max-size"
,
"slice-max-mbs"
,
"intra-refresh"
,
"mbtree"
,
NULL
...
...
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