diff options
author | Bradley Sepos <[email protected]> | 2016-04-23 19:54:13 -0400 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2016-05-02 23:26:20 -0400 |
commit | 4ab21a0ca630dc4bac79149a6eec598921899fe5 (patch) | |
tree | c463ccdffdc529746bf4d0f7300c2bb24dd36b22 /libhb/param.c | |
parent | 43f40665096fbad312cc22d8a7a4d61f7baf6a2e (diff) |
libhb: Describe NLMeans tunes Tape and Sprite in comments.
Diffstat (limited to 'libhb/param.c')
-rw-r--r-- | libhb/param.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libhb/param.c b/libhb/param.c index d60cbe3a9..e09d93e45 100644 --- a/libhb/param.c +++ b/libhb/param.c @@ -180,6 +180,8 @@ void hb_param_configure_qsv(void) * grain - like film but preserves luma grain * highmotion - like film but avoids color smearing with stronger settings * animation - cel animation such as cartoons, anime + * tape - analog tape sources such as VHS + * sprite - 1-/4-/8-/16-bit 2-dimensional games */ static hb_dict_t * generate_nlmeans_settings(const char *preset, const char *tune, |