noobs 0.0.147 → 0.0.148
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/noobs.node +0 -0
- package/package.json +1 -1
- package/src/obs_interface.cpp +2 -2
package/dist/noobs.node
CHANGED
|
Binary file
|
package/package.json
CHANGED
package/src/obs_interface.cpp
CHANGED
|
@@ -149,8 +149,8 @@ int ObsInterface::reset_video(int fps, int width, int height) {
|
|
|
149
149
|
ovi.fps_den = 1;
|
|
150
150
|
|
|
151
151
|
ovi.output_format = VIDEO_FORMAT_NV12;
|
|
152
|
-
ovi.colorspace =
|
|
153
|
-
ovi.range =
|
|
152
|
+
ovi.colorspace = VIDEO_CS_709;
|
|
153
|
+
ovi.range = VIDEO_RANGE_PARTIAL;
|
|
154
154
|
ovi.scale_type = OBS_SCALE_BILINEAR;
|
|
155
155
|
ovi.adapter = 0;
|
|
156
156
|
ovi.gpu_conversion = true;
|