mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-09-21 12:49:40 +08:00
plugins: Fix codec name on AAC encoders
This commit is contained in:
@@ -1409,7 +1409,7 @@ bool obs_module_load(void)
|
||||
};
|
||||
aac_info.id = "CoreAudio_AAC";
|
||||
aac_info.type = OBS_ENCODER_AUDIO;
|
||||
aac_info.codec = "AAC";
|
||||
aac_info.codec = "aac";
|
||||
aac_info.get_name = aac_get_name;
|
||||
aac_info.destroy = aac_destroy;
|
||||
aac_info.create = aac_create;
|
||||
|
||||
Reference in New Issue
Block a user