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