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

Function hb_bd_stop

libhb/bd.c:827–830  ·  view source on GitHub ↗

* hb_bd_stop *********************************************************************** * **********************************************************************/

Source from the content-addressed store, hash-verified

825 *
826 **********************************************************************/
827void hb_bd_stop( hb_bd_t * d )
828{
829 if( d->stream ) hb_stream_close( &d->stream );
830}
831
832/***********************************************************************
833 * hb_bd_seek

Callers 2

reader_closeFunction · 0.85
DecodePreviewsFunction · 0.85

Calls 1

hb_stream_closeFunction · 0.85

Tested by

no test coverage detected