MCPcopy Create free account
hub / github.com/alibaba/CicadaPlayer / BSDecoderStop

Function BSDecoderStop

framework/WebAssemblyPlayer/WABitStreamDecoder.cpp:443–450  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

441}
442
443void BSDecoderStop()
444{
445#ifdef __EMSCRIPTEN__
446 emscripten_cancel_main_loop();
447#else
448 pThread->stop();
449#endif
450}
451
452/*
453 * ---------------------------------------------------

Callers 1

Calls 1

stopMethod · 0.65

Tested by

no test coverage detected