[vlc-commits] [Git][videolan/vlc][master] x264: remove obsolete options from chain list
Jean-Baptiste Kempf
gitlab at videolan.org
Wed May 19 13:25:18 UTC 2021
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC
Commits:
66bada4c by Lyndon Brown at 2021-05-19T12:13:02+00:00
x264: remove obsolete options from chain list
--bime, --b-rdo and --pre-scenecut are obsolete, and obsolete options
should not be in chain lists.
- - - - -
1 changed file:
- modules/codec/x264.c
Changes:
=====================================
modules/codec/x264.c
=====================================
@@ -734,14 +734,14 @@ vlc_module_end ()
* Local prototypes
*****************************************************************************/
static const char *const ppsz_sout_options[] = {
- "8x8dct", "asm", "aud", "bframes", "bime", "bpyramid",
- "b-adapt", "b-bias", "b-rdo", "cabac", "chroma-me", "chroma-qp-offset",
+ "8x8dct", "asm", "aud", "bframes", "bpyramid",
+ "b-adapt", "b-bias", "cabac", "chroma-me", "chroma-qp-offset",
"cplxblur", "crf", "dct-decimate", "deadzone-inter", "deadzone-intra",
"deblock", "direct", "direct-8x8", "fast-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",
+ "psnr", "qblur", "qp", "qcomp", "qpstep", "qpmax",
"qpmin", "quiet", "ratetol", "ref", "scenecut",
"sps-id", "ssim", "stats", "subme", "trellis",
"verbose", "vbv-bufsize", "vbv-init", "vbv-maxrate", "weightb", "weightp",
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/66bada4cbff1b98b9efe8026aa079d0bbe648954
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/66bada4cbff1b98b9efe8026aa079d0bbe648954
You're receiving this email because of your account on code.videolan.org.
More information about the vlc-commits
mailing list