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

Function get_array

libavcodec/dca.c:321–325  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

319}
320
321static inline void get_array(GetBitContext *gb, int *dst, int len, int bits)
322{
323 while(len--)
324 *dst++ = get_bits(gb, bits);
325}
326
327static int dca_parse_frame_header(DCAContext * s)
328{

Callers 1

dca_parse_frame_headerFunction · 0.85

Calls 1

get_bitsFunction · 0.85

Tested by

no test coverage detected