Fix lint issue in hdr_util.h

Change-Id: Iba19ad153f9187c3942d406e41da04703f7dd5c7
This commit is contained in:
Vignesh Venkatasubramanian 2016-04-29 11:47:04 -07:00
parent 26d673e737
commit c182ed97d1

View File

@ -39,7 +39,7 @@ struct Vp9CodecFeatures {
level(kValueNotPresent),
bit_depth(kValueNotPresent),
chroma_subsampling(kValueNotPresent) {}
~Vp9CodecFeatures(){};
~Vp9CodecFeatures() {}
int profile;
int level;