shithub: libvpx

Download patch

ref: 8b27a92490347d7e5e818a9371783c17dc0a4da8
parent: 4c3d05f13e0fce53d0622c75c1cce13edfdb4a7c
author: Wan-Teh Chang <wtc@google.com>
date: Sun Sep 20 07:57:13 EDT 2020

Add a comment about bitdeptharg and inbitdeptharg

Add a comment to vp9_args to point out that bitdeptharg and
inbitdeptharg do not have a corresponding entry in vp9_arg_ctrl_map and
must be listed at the end of vp9_args.

Change-Id: Ic9834ab72599c067156ca5a315824c7f0760824a

--- 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,