Loading...
Searching...
No Matches
Go to the documentation of this file.
4#if defined(CONFIG_IDF_TARGET_ESP32S3)
7# error "This library is only compatible with ESP32-S3. Please check your board configuration."
11#include "PSRAMAllocatorH264.h"
12#include "RAMAllocatorH264.h"
14#ifndef H264_DEFAULT_ALLOCATOR
15#define H264_DEFAULT_ALLOCATOR PSRAMAllocatorH264<uint8_t>