Fix lint issue in hdr_util.h
Change-Id: Iba19ad153f9187c3942d406e41da04703f7dd5c7
This commit is contained in:
parent
26d673e737
commit
c182ed97d1
@ -39,7 +39,7 @@ struct Vp9CodecFeatures {
|
||||
level(kValueNotPresent),
|
||||
bit_depth(kValueNotPresent),
|
||||
chroma_subsampling(kValueNotPresent) {}
|
||||
~Vp9CodecFeatures(){};
|
||||
~Vp9CodecFeatures() {}
|
||||
|
||||
int profile;
|
||||
int level;
|
||||
|
Loading…
x
Reference in New Issue
Block a user