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

Function hb_bd_set_angle

libhb/bd.c:1013–1020  ·  view source on GitHub ↗

* hb_bd_set_angle *********************************************************************** * Sets the angle to read **********************************************************************/

Source from the content-addressed store, hash-verified

1011 * Sets the angle to read
1012 **********************************************************************/
1013void hb_bd_set_angle( hb_bd_t * d, int angle )
1014{
1015
1016 if ( !bd_select_angle( d->bd, angle) )
1017 {
1018 hb_log("bd_select_angle failed");
1019 }
1020}
1021
1022static int check_ts_sync(const uint8_t *buf)
1023{

Callers 1

hb_reader_openFunction · 0.85

Calls 1

hb_logFunction · 0.85

Tested by

no test coverage detected