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

Function ghb_lookup_video_encoder_codec

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

Source from the content-addressed store, hash-verified

1848}
1849
1850int
1851ghb_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
1859int
1860ghb_settings_video_encoder_codec(const GhbValue *settings, const char *name)

Callers 1

Calls 1

ghb_lookup_video_encoderFunction · 0.85

Tested by

no test coverage detected