shithub: libvpx

Download patch

ref: 98919178f41114a185de82b38bf58fb63b6f960d
parent: 89ddf6f32a94c636ac9e6de4096295a058269222
parent: 8b27a92490347d7e5e818a9371783c17dc0a4da8
author: Wan-Teh Chang <wtc@google.com>
date: Thu Oct 29 19:33:54 EDT 2020

Merge "Add a comment about bitdeptharg and inbitdeptharg"

--- a/vpxenc.c
+++ b/vpxenc.c
@@ -503,6 +503,9 @@
                                        &target_level,
                                        &row_mt,
                                        &disable_loopfilter,
+// NOTE: The entries above have a corresponding entry in vp9_arg_ctrl_map. The
+// entries below do not have a corresponding entry in vp9_arg_ctrl_map. They
+// must be listed at the end of vp9_args.
 #if CONFIG_VP9_HIGHBITDEPTH
                                        &bitdeptharg,
                                        &inbitdeptharg,