| 1948 | } |
| 1949 | |
| 1950 | int |
| 1951 | ghb_lookup_audio_encoder_codec(const char *name) |
| 1952 | { |
| 1953 | return ghb_lookup_audio_encoder(name)->codec; |
| 1954 | } |
| 1955 | |
| 1956 | int |
| 1957 | ghb_settings_audio_encoder_codec(const GhbValue *settings, const char *name) |
no test coverage detected