| 1864 | } |
| 1865 | |
| 1866 | const hb_encoder_t* |
| 1867 | ghb_settings_video_encoder(const GhbValue *settings, const char *name) |
| 1868 | { |
| 1869 | const char *encoder_id = ghb_dict_get_string(settings, name); |
| 1870 | return ghb_lookup_video_encoder(encoder_id); |
| 1871 | } |
| 1872 | |
| 1873 | void |
| 1874 | ghb_audio_encoder_opts_set_with_mask( |
no test coverage detected