Add detail comments on valid_list in SimpleEncode
authorangiebird <angiebird@google.com>
Sat, 14 Mar 2020 00:28:28 +0000 (17:28 -0700)
committerangiebird <angiebird@google.com>
Tue, 17 Mar 2020 01:01:14 +0000 (18:01 -0700)
Change-Id: Iad7ca261a99c7b5f082cf3cc6504f4af438bf409

vp9/simple_encode.h

index e021458..4221a70 100644 (file)
@@ -83,6 +83,7 @@ struct RefFrameInfo {
   // kRefFrameTypeLast > kRefFrameTypePast > kRefFrameTypeFuture.
   // For example, if kRefFrameTypeLast and kRefFrameTypePast both point to the
   // same frame, kRefFrameTypePast will be set to invalid.
+  // 1: the ref frame type is available 0: the ref frame type is not available
   int valid_list[kRefFrameTypeMax];
 };