All public logs

Jump to navigation Jump to search

Combined display of all available logs of mywiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 19:18, 22 January 2025 Johnny talk contribs created page FLAC FRAME MAGIC NUMBER (Created page with "* High order bit on error * 0 subframe constant * 2 sub frame verbatim * < 16 error * <= 24 predictor order (x>>1)&7 * < 64 error * '''else predictor order ((x>>1)&31)+1 = 8;''' We are 78 for test case. <nowiki> if(x & 0x80) { send_error_to_client_(decoder, FLAC__STREAM_DECODER_ERROR_STATUS_LOST_SYNC); decoder->protected_->state = FLAC__STREAM_DECODER_SEARCH_FOR_FRAME_SYNC; return true; } else if(x == 0) { if(!read_subframe_constant_(decoder, channel, bps,...")