mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 11:37:45 +00:00
LibVideo/VP9: Move fields set in uncompressed_header() to FrameContext
This commit is contained in:
parent
40bc987fe3
commit
90f16c78fa
8 changed files with 165 additions and 146 deletions
|
@ -11,9 +11,10 @@
|
|||
|
||||
namespace Video::VP9 {
|
||||
|
||||
enum FrameType {
|
||||
enum class FrameType {
|
||||
KeyFrame,
|
||||
NonKeyFrame
|
||||
IntraOnlyFrame,
|
||||
InterFrame
|
||||
};
|
||||
|
||||
enum ColorSpace : u8 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue