FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
FFFramePool Struct Reference

Frame pool. More...

Data Fields

enum AVMediaType type
 
int width
 
int height
 
int planes
 
int channels
 
int nb_samples
 
int format
 
int align
 
int linesize [4]
 
AVBufferPoolpools [4]
 

Detailed Description

Frame pool.

This structure is opaque and not meant to be accessed directly. It is allocated with ff_frame_pool_init() and freed with ff_frame_pool_uninit().

Definition at line 30 of file framepool.c.

Field Documentation

enum AVMediaType FFFramePool::type
int FFFramePool::width
int FFFramePool::height
int FFFramePool::planes
int FFFramePool::channels
int FFFramePool::nb_samples
int FFFramePool::format
int FFFramePool::align
int FFFramePool::linesize[4]
AVBufferPool* FFFramePool::pools[4]

The documentation for this struct was generated from the following file: