MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / mad_frame_init

Function mad_frame_init

modules/data/mp3/libmad/frame.c:91–99  ·  view source on GitHub ↗

* NAME: frame->init() * DESCRIPTION: initialize frame struct */

Source from the content-addressed store, hash-verified

89 * DESCRIPTION: initialize frame struct
90 */
91void mad_frame_init(struct mad_frame *frame)
92{
93 stack(__FUNCTION__,__FILE__,__LINE__);
94 mad_header_init(&frame->header);
95
96 frame->options = 0;
97
98 mad_frame_mute(frame);
99}
100
101/*
102 * NAME: frame->finish()

Callers 2

xs_mp3Function · 0.85
run_syncFunction · 0.85

Calls 2

mad_header_initFunction · 0.85
mad_frame_muteFunction · 0.85

Tested by

no test coverage detected