MCPcopy Create free account
hub / github.com/MusicPlayerDaemon/MPD / stream_init_flac

Function stream_init_flac

src/decoder/plugins/FlacDecoderPlugin.cxx:265–278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

263}
264
265static FLAC__StreamDecoderInitStatus
266stream_init_flac(FLAC__StreamDecoder *flac_dec, FlacDecoder *data) noexcept
267{
268 return FLAC__stream_decoder_init_stream(flac_dec,
269 FlacInput::Read,
270 FlacInput::Seek,
271 FlacInput::Tell,
272 FlacInput::Length,
273 FlacInput::Eof,
274 flac_write_cb,
275 flacMetadata,
276 FlacInput::Error,
277 data);
278}
279
280static FLAC__StreamDecoderInitStatus
281stream_init(FLAC__StreamDecoder *flac_dec, FlacDecoder *data,

Callers 1

stream_initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected