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

#include <internal.h>

Data Fields

AVFilterBufferRefpic [POOL_SIZE]
 
int count
 
int refcount
 
int draining
 

Detailed Description

Definition at line 33 of file internal.h.

Field Documentation

AVFilterBufferRef* AVFilterPool::pic[POOL_SIZE]

Definition at line 34 of file internal.h.

Referenced by ff_default_get_video_buffer(), ff_free_pool(), and store_in_pool().

int AVFilterPool::count

Definition at line 35 of file internal.h.

Referenced by ff_default_get_video_buffer(), ff_free_pool(), and store_in_pool().

int AVFilterPool::refcount

Definition at line 36 of file internal.h.

Referenced by ff_default_get_video_buffer(), ff_free_pool(), and store_in_pool().

int AVFilterPool::draining

Definition at line 37 of file internal.h.

Referenced by ff_free_pool(), and store_in_pool().


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