LeviLamina
Loading...
Searching...
No Matches
InterLayerPredMode.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace webrtc {
6
7enum class InterLayerPredMode : int {
8 KOff = 0,
9 KOn = 1,
10 KOnKeyPic = 2,
11};
12
13}