From cf1ed67bfebefdfd9a5721ab241ab29385c75144 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joan=20Sol=C3=A0?= <jsola@iri.upc.edu> Date: Tue, 14 Jul 2020 11:08:48 +0200 Subject: [PATCH] Update frame_base.h --- include/core/frame/frame_base.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/core/frame/frame_base.h b/include/core/frame/frame_base.h index f9ccafdea..1b368bf02 100644 --- a/include/core/frame/frame_base.h +++ b/include/core/frame/frame_base.h @@ -13,7 +13,7 @@ class StateBlock; */ typedef enum { - KEY = 2, ///< key frame. It plays at optimizations (estimated). + KEY = 1, ///< key frame. It plays at optimizations (estimated). // AUXILIARY = 1, ///< auxiliary frame. It plays at optimizations (estimated). NON_ESTIMATED = 0 ///< regular frame. It does not play at optimization. } FrameType; -- GitLab