FLAC FRAME MAGIC NUMBER: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

22 January 2025

  • curprev 19:1919:19, 22 January 2025Johnny talk contribs 2,104 bytes 0 No edit summary
  • curprev 19:1919:19, 22 January 2025Johnny talk contribs 2,104 bytes +1 No edit summary
  • curprev 19:1819:18, 22 January 2025Johnny talk contribs 2,103 bytes +2,103 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,..."