Skip to content
Snippets Groups Projects
Commit cf1ed67b authored by Joan Solà Ortega's avatar Joan Solà Ortega
Browse files

Update frame_base.h

parent 80808dc0
No related branches found
No related tags found
1 merge request!362WIP: Resolve "std::set and std::map instead of std::list in wolf nodes"
Pipeline #5831 passed
This commit is part of merge request !362. Comments created here will be created in the context of that merge request.
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment