Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
321
static inline void get_array(GetBitContext *gb, int *dst, int len, int bits)
322
{
323
while(len--)
324
*dst++ = get_bits(gb, bits);
325
}
326
327
static int dca_parse_frame_header(DCAContext * s)
328
{
Callers
1
dca_parse_frame_header
Function · 0.85
Calls
1
get_bits
Function · 0.85
Tested by
no test coverage detected