MCPcopy Create free account
hub / github.com/HandBrake/HandBrake / ghb_get_video_encoder

Function ghb_get_video_encoder

gtk/src/videohandler.c:30–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28#include <string.h>
29
30int ghb_get_video_encoder(GhbValue *settings)
31{
32 const char *encoder;
33 encoder = ghb_dict_get_string(settings, "VideoEncoder");
34 return hb_video_encoder_get_from_name(encoder);
35}
36
37int ghb_set_video_preset(GhbValue *settings, int encoder, const char * preset)
38{

Callers 10

video_tune_opts_setFunction · 0.85
video_profile_opts_setFunction · 0.85
video_level_opts_setFunction · 0.85
ghb_update_multipassFunction · 0.85
vcodec_changed_cbFunction · 0.85
format_video_preset_cbFunction · 0.85
ghb_preset_to_settingsFunction · 0.85
ghb_settings_to_presetFunction · 0.85

Calls 2

ghb_dict_get_stringFunction · 0.85

Tested by

no test coverage detected