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

Function ghb_lookup_audio_encoder_codec

gtk/src/hb-backend.c:1950–1954  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

Calls 1

ghb_lookup_audio_encoderFunction · 0.85

Tested by

no test coverage detected