Add chromaSubsampling and isProgressive to metadata #1186

This commit is contained in:
Lovell Fuller
2018-10-02 17:11:25 +01:00
parent 60438ebfe5
commit 17f942c802
6 changed files with 96 additions and 0 deletions

View File

@@ -31,6 +31,8 @@ struct MetadataBaton {
int channels;
std::string depth;
int density;
std::string chromaSubsampling;
bool isProgressive;
bool hasProfile;
bool hasAlpha;
int orientation;
@@ -50,6 +52,7 @@ struct MetadataBaton {
height(0),
channels(0),
density(0),
isProgressive(false),
hasProfile(false),
hasAlpha(false),
orientation(0),