21#ifndef AVFILTER_FRAMEPOOL_H
22#define AVFILTER_FRAMEPOOL_H
static const char *const format[]
static const uint8_t *BS_FUNC align(BSCTX *bc)
Skip bits to a byte boundary.
refcounted data buffer API
reference-counted frame API
AVFrame * ff_frame_pool_get(FFFramePool *pool)
Allocate a new AVFrame, reusing old buffers from the pool when available.
void ff_frame_pool_uninit(FFFramePool *pool)
Deallocate the frame pool.
int ff_frame_pool_audio_reinit(FFFramePool *pool, int channels, int nb_samples, enum AVSampleFormat format, int align)
Recreate the audio frame pool if its current configuration differs from the provided configuration.
int ff_frame_pool_video_reinit(FFFramePool *pool, int width, int height, enum AVPixelFormat format, int align)
Recreate the video frame pool if its current configuration differs from the provided configuration.
AVSampleFormat
Audio sample formats.
common internal API header
AVPixelFormat
Pixel format.
This structure describes decoded (raw) audio or video data.
enum AVPixelFormat pix_fmt
enum AVSampleFormat sample_fmt