Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
504
void 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_data
Function · 0.85
Calls
1
skip_bits_long
Function · 0.85
Tested by
no test coverage detected