libobs: Mark encoders that support dynamic bitrate

(This commit also modifies mac-vth264, obs-ffmpeg, obs-qsv11, and
obs-x264)
This commit is contained in:
jp9000
2019-08-15 08:39:37 -07:00
parent 91ce2349db
commit 806ab5a022
6 changed files with 6 additions and 1 deletions

View File

@@ -31,6 +31,7 @@ extern "C" {
#define OBS_ENCODER_CAP_DEPRECATED (1 << 0)
#define OBS_ENCODER_CAP_PASS_TEXTURE (1 << 1)
#define OBS_ENCODER_CAP_DYN_BITRATE (1 << 2)
/** Specifies the encoder type */
enum obs_encoder_type {