Autouse HEVC on selected platforms

This commit is contained in:
Iwan Timmer
2016-04-02 16:55:44 +02:00
parent be4a13aead
commit 52b4c8ad59
3 changed files with 13 additions and 3 deletions

View File

@@ -181,6 +181,7 @@ int main(int argc, char* argv[]) {
fprintf(stderr, "Platform '%s' not found\n", config.platform);
exit(-1);
}
config.stream.supportsHevc = config.stream.supportsHevc || platform_supports_hevc(system);
if (strcmp("map", config.action) == 0) {
if (config.address == NULL) {