Merge "Fix lint issue in hdr_util.h"

This commit is contained in:
Vignesh Venkatasubramanian 2016-04-29 19:31:52 +00:00 committed by Gerrit Code Review
commit c89b968ce5

View File

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