Merge "Fix lint issue in hdr_util.h"
This commit is contained in:
commit
c89b968ce5
@ -39,7 +39,7 @@ struct Vp9CodecFeatures {
|
||||
level(kValueNotPresent),
|
||||
bit_depth(kValueNotPresent),
|
||||
chroma_subsampling(kValueNotPresent) {}
|
||||
~Vp9CodecFeatures(){};
|
||||
~Vp9CodecFeatures() {}
|
||||
|
||||
int profile;
|
||||
int level;
|
||||
|
Loading…
Reference in New Issue
Block a user