mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-03-27 19:02:02 -04:00
libobs: Raise max number of output encoders to 10
This commit is contained in:
committed by
Ryan Foster
parent
1fc94ecde5
commit
de7df57ee2
@@ -34,7 +34,7 @@ extern "C" {
|
||||
#define OBS_OUTPUT_MULTI_TRACK_AV (OBS_OUTPUT_MULTI_TRACK_AUDIO | OBS_OUTPUT_MULTI_TRACK_VIDEO)
|
||||
|
||||
#define MAX_OUTPUT_AUDIO_ENCODERS 6
|
||||
#define MAX_OUTPUT_VIDEO_ENCODERS 6
|
||||
#define MAX_OUTPUT_VIDEO_ENCODERS 10
|
||||
|
||||
struct encoder_packet;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user