comparison vdpau.h @ 8601:8b80f8285b1b libavcodec

Add VDPAU hardware accelerated decoding for MPEG1 and MPEG2 which can be used by video players. Original patch by NVIDIA corporation.
author cehoyos
date Fri, 16 Jan 2009 02:14:07 +0000
parents 6ce9f5616a57
children 2d7269e13a8d
comparison
equal deleted inserted replaced
8600:5b5ac656cb50 8601:8b80f8285b1b
68 68
69 int state; ///< Holds FF_VDPAU_STATE_* values. 69 int state; ///< Holds FF_VDPAU_STATE_* values.
70 70
71 /** picture parameter information for all supported codecs */ 71 /** picture parameter information for all supported codecs */
72 union VdpPictureInfo { 72 union VdpPictureInfo {
73 VdpPictureInfoMPEG1Or2 mpeg;
73 VdpPictureInfoH264 h264; 74 VdpPictureInfoH264 h264;
74 } info; 75 } info;
75 76
76 /** Describe size/location of the compressed video data. */ 77 /** Describe size/location of the compressed video data. */
77 int bitstream_buffers_allocated; 78 int bitstream_buffers_allocated;