Merge pull request #1480 from kkartaltepe/module-descriptions
Plugins: Add descriptions to modules
This commit is contained in:
@@ -58,6 +58,10 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
OBS_DECLARE_MODULE()
|
||||
OBS_MODULE_USE_DEFAULT_LOCALE("obs-qsv11", "en-US")
|
||||
MODULE_EXPORT const char *obs_module_description(void)
|
||||
{
|
||||
return "Intel Quick Sync Video H.264 encoder support for Windows";
|
||||
}
|
||||
|
||||
extern struct obs_encoder_info obs_qsv_encoder;
|
||||
|
||||
|
Reference in New Issue
Block a user