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

◆ vorbis_validate()

static int32_t fl::third_party::vorbis::vorbis_validate ( uint8 * data)
static

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

958{
959 static uint8 vorbis[6] = { 'v', 'o', 'r', 'b', 'i', 's' };
960 return memcmp(data, vorbis, 6) == 0;
961}
int memcmp(const void *s1, const void *s2, size_t n) FL_NOEXCEPT

References FL_NOEXCEPT, and memcmp().

Referenced by start_decoder().

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