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

Function stream_init_oggflac

src/decoder/plugins/FlacDecoderPlugin.cxx:250–263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

248}
249
250static FLAC__StreamDecoderInitStatus
251stream_init_oggflac(FLAC__StreamDecoder *flac_dec, FlacDecoder *data) noexcept
252{
253 return FLAC__stream_decoder_init_ogg_stream(flac_dec,
254 FlacInput::Read,
255 FlacInput::Seek,
256 FlacInput::Tell,
257 FlacInput::Length,
258 FlacInput::Eof,
259 flac_write_cb,
260 flacMetadata,
261 FlacInput::Error,
262 data);
263}
264
265static FLAC__StreamDecoderInitStatus
266stream_init_flac(FLAC__StreamDecoder *flac_dec, FlacDecoder *data) noexcept

Callers 1

stream_initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected