| FFmpeg
    | 
AVFilterPool Struct Reference
  #include <internal.h>
| Data Fields | |
| AVFilterBufferRef * | pic [POOL_SIZE] | 
| int | count | 
| int | refcount | 
| int | draining | 
Detailed Description
Definition at line 33 of file libavfilter/internal.h.
Field Documentation
| int AVFilterPool::count | 
Definition at line 35 of file libavfilter/internal.h.
Referenced by ff_default_get_video_buffer().
| int AVFilterPool::draining | 
Definition at line 37 of file libavfilter/internal.h.
| AVFilterBufferRef* AVFilterPool::pic[POOL_SIZE] | 
Definition at line 34 of file libavfilter/internal.h.
Referenced by ff_default_get_video_buffer().
| int AVFilterPool::refcount | 
Definition at line 36 of file libavfilter/internal.h.
Referenced by ff_default_get_video_buffer().
The documentation for this struct was generated from the following file:
Generated by
 1.8.11
 1.8.11