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

Function hb_get_build

libhb/hb.c:307–310  ·  view source on GitHub ↗

* Returns current build of libhb. * @param h Handle to hb_handle_t. * @return character array of build number. */

Source from the content-addressed store, hash-verified

305 * @return character array of build number.
306 */
307int hb_get_build( hb_handle_t * h )
308{
309 return hb_build;
310}
311
312/**
313 * Deletes current previews associated with titles

Callers 1

start_new_logFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected