mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-20 22:40:18 +00:00
capabilities: report codec priority
This commit is contained in:
@@ -343,6 +343,7 @@ void print_capabilities(struct module *root, bool use_vidcap)
|
||||
cout << ", ";
|
||||
|
||||
cout << "{\"name\":\"" << c.name << "\", "
|
||||
"\"priority\": " << c.priority << ", "
|
||||
"\"encoders\":[";
|
||||
|
||||
int z = 0;
|
||||
|
||||
Reference in New Issue
Block a user