| 1857 | } |
| 1858 | |
| 1859 | int |
| 1860 | ghb_settings_video_encoder_codec(const GhbValue *settings, const char *name) |
| 1861 | { |
| 1862 | const char *encoder_id = ghb_dict_get_string(settings, name); |
| 1863 | return ghb_lookup_video_encoder_codec(encoder_id); |
| 1864 | } |
| 1865 | |
| 1866 | const hb_encoder_t* |
| 1867 | ghb_settings_video_encoder(const GhbValue *settings, const char *name) |
no test coverage detected