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

#include <vf.h>

Data Fields

mp_image_tstatic_images [2]
 
mp_image_ttemp_images [1]
 
mp_image_texport_images [1]
 
mp_image_tnumbered_images [NUM_NUMBERED_MPI]
 
int static_idx
 

Detailed Description

Definition at line 43 of file vf.h.

Field Documentation

mp_image_t* vf_image_context_t::static_images[2]

Definition at line 44 of file vf.h.

Referenced by ff_vf_get_image(), and uninit().

mp_image_t* vf_image_context_t::temp_images[1]

Definition at line 45 of file vf.h.

Referenced by ff_vf_get_image(), and uninit().

mp_image_t* vf_image_context_t::export_images[1]

Definition at line 46 of file vf.h.

Referenced by ff_vf_get_image(), and uninit().

mp_image_t* vf_image_context_t::numbered_images[NUM_NUMBERED_MPI]

Definition at line 47 of file vf.h.

Referenced by ff_vf_get_image().

int vf_image_context_t::static_idx

Definition at line 48 of file vf.h.

Referenced by ff_vf_get_image().


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