mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-09-21 12:49:40 +08:00
obs-qsv11: Rename encoder
This commit is contained in:
@@ -106,7 +106,7 @@ static bool g_bFirst;
|
||||
static const char *obs_qsv_getname(void *type_data)
|
||||
{
|
||||
UNUSED_PARAMETER(type_data);
|
||||
return "qsv11";
|
||||
return "QuickSync H.264";
|
||||
}
|
||||
|
||||
static void obs_qsv_stop(void *data);
|
||||
|
||||
Reference in New Issue
Block a user