Searched refs:internal_reset_hack (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/
H A Dstream_decoder.c194 FLAC__bool internal_reset_hack; /* used only during init() so we can call reset to set up the decoder without rewinding the input */ member in struct:FLAC__StreamDecoderPrivate
473 decoder->private_->internal_reset_hack = true; /* so the following reset does not try to rewind the input */
990 /*@@@ could go in !internal_reset_hack block below */
996 * (internal_reset_hack) don't try to rewind since we are already at
1000 if(!decoder->private_->internal_reset_hack) {
1007 decoder->private_->internal_reset_hack = false;

Completed in 38 milliseconds