Merge branch 'save_ext' into jgrpp

This commit is contained in:
Jonathan G Rennison
2016-09-13 22:57:08 +01:00
6 changed files with 148 additions and 30 deletions

View File

@@ -97,6 +97,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)