MCPcopy Create free account
hub / github.com/FFmpeg/FFmpeg / ff_bgmc_decode_end

Function ff_bgmc_decode_end

libavcodec/bgmc.c:504–507  ·  view source on GitHub ↗

Finish decoding */

Source from the content-addressed store, hash-verified

502/** Finish decoding
503 */
504void ff_bgmc_decode_end(GetBitContext *gb)
505{
506 skip_bits_long(gb, -(VALUE_BITS - 2));
507}
508
509
510/** Reads and decodes a block Gilbert-Moore coded symbol

Callers 1

read_var_block_dataFunction · 0.85

Calls 1

skip_bits_longFunction · 0.85

Tested by

no test coverage detected