#include <vdpau/vdpau.h>
#include <vdpau/vdpau_x11.h>
Go to the source code of this file.
Data Structures | |
struct | vdpau_render_state |
This structure is used as a callback between the FFmpeg decoder (vd_) and presentation (vo_) module. More... | |
union | vdpau_render_state::vdpau_render_state::VdpPictureInfo |
picture parameter information for all supported codecs More... | |
Defines | |
#define | FF_VDPAU_STATE_USED_FOR_RENDER 1 |
The videoSurface is used for rendering. | |
#define | FF_VDPAU_STATE_USED_FOR_REFERENCE 2 |
The videoSurface is needed for reference/prediction. |
Definition in file vdpau.h.