FastLED 3.9.15
Loading...
Searching...
No Matches

◆ capture_pattern()

static int32_t fl::third_party::vorbis::capture_pattern ( vorb * f)
static

Definition at line 1159 of file stb_vorbis.cpp.hpp.

1160{
1161 if (0x4f != get8(f)) return false;
1162 if (0x67 != get8(f)) return false;
1163 if (0x67 != get8(f)) return false;
1164 if (0x53 != get8(f)) return false;
1165 return true;
1166}
static uint8 get8(vorb *z) FL_NOEXCEPT

References FL_NOEXCEPT, and get8().

Referenced by start_page().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: