shithub: libvpx

Download patch

ref: 5010fa9dc32fdb73e2ea0847dbbe62d452bb84b8
parent: f81bdda8dd737febcd16f8f2bafdea41189678a2
author: angiebird <angiebird@google.com>
date: Fri Mar 13 13:28:28 EDT 2020

Add detail comments on valid_list in SimpleEncode

Change-Id: Iad7ca261a99c7b5f082cf3cc6504f4af438bf409

--- a/vp9/simple_encode.h
+++ b/vp9/simple_encode.h
@@ -83,6 +83,7 @@
   // 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];
 };