clang-format: Apply formatting
Code submissions have continually suffered from formatting inconsistencies that constantly have to be addressed. Using clang-format simplifies this by making code formatting more consistent, and allows automation of the code formatting so that maintainers can focus more on the code itself instead of code formatting.
This commit is contained in:
@@ -68,7 +68,7 @@ extern struct obs_encoder_info obs_qsv_encoder;
|
||||
bool obs_module_load(void)
|
||||
{
|
||||
mfxIMPL impl = MFX_IMPL_HARDWARE_ANY | MFX_IMPL_VIA_D3D11;
|
||||
mfxVersion ver = {{0 , 1}};
|
||||
mfxVersion ver = {{0, 1}};
|
||||
mfxSession session;
|
||||
mfxStatus sts;
|
||||
|
||||
|
Reference in New Issue
Block a user