mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
openh264enc: Use a fixed number of slices by default
This commit is contained in:
parent
c43b9aad66
commit
9e700adf83
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ static void gst_openh264enc_set_rate_control (GstOpenh264Enc * openh264enc,
|
|||
#define DEFAULT_BACKGROUND_DETECTION TRUE
|
||||
#define DEFAULT_ADAPTIVE_QUANTIZATION TRUE
|
||||
#define DEFAULT_SCENE_CHANGE_DETECTION TRUE
|
||||
#define DEFAULT_SLICE_MODE SM_AUTO_SLICE
|
||||
#define DEFAULT_SLICE_MODE SM_FIXEDSLCNUM_SLICE
|
||||
#define DEFAULT_NUM_SLICES 1
|
||||
|
||||
enum
|
||||
|
|
Loading…
Reference in a new issue