Add extended version tag and feature versions to output of -q.

This commit is contained in:
Jonathan G Rennison
2016-09-13 19:14:19 +01:00
parent 94d3700f79
commit d124089d29
3 changed files with 30 additions and 1 deletions

View File

@@ -65,6 +65,8 @@ inline bool SlXvIsFeatureMissing(SlXvFeatureIndex feature)
return !SlXvIsFeaturePresent(feature);
}
const char *SlXvGetFeatureName(SlXvFeatureIndex feature);
/**
* sub chunk flags, this is saved as-is
* (XSCF_EXTRA_DATA_PRESENT and XSCF_CHUNK_ID_LIST_PRESENT must only be set by the save code, and read by the load code)