| 1848 | } |
| 1849 | |
| 1850 | int |
| 1851 | ghb_lookup_video_encoder_codec(const char *name) |
| 1852 | { |
| 1853 | if (!name) |
| 1854 | return -1; |
| 1855 | |
| 1856 | return ghb_lookup_video_encoder(name)->codec; |
| 1857 | } |
| 1858 | |
| 1859 | int |
| 1860 | ghb_settings_video_encoder_codec(const GhbValue *settings, const char *name) |
no test coverage detected