add names to sources, use 'id' for the internal source identifier names rather than 'name'
This commit is contained in:
@@ -98,7 +98,7 @@
|
||||
struct obs_output;
|
||||
|
||||
struct output_info {
|
||||
const char *name;
|
||||
const char *id;
|
||||
|
||||
const char *(*getname)(const char *locale);
|
||||
|
||||
|
Reference in New Issue
Block a user