comparison vdpau.h @ 8631:2d7269e13a8d libavcodec

Add VDPAU hardware accelerated decoding for WMV3 and VC1 which can be used by video players. Original patch by NVIDIA corporation.
author cehoyos
date Tue, 20 Jan 2009 09:28:36 +0000
parents 8b80f8285b1b
children aa3670eccc16
comparison
equal deleted inserted replaced
8630:ffb82d54ecdc 8631:2d7269e13a8d
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 VdpPictureInfoMPEG1Or2 mpeg;
74 VdpPictureInfoH264 h264; 74 VdpPictureInfoH264 h264;
75 VdpPictureInfoVC1 vc1;
75 } info; 76 } info;
76 77
77 /** Describe size/location of the compressed video data. */ 78 /** Describe size/location of the compressed video data. */
78 int bitstream_buffers_allocated; 79 int bitstream_buffers_allocated;
79 int bitstream_buffers_used; 80 int bitstream_buffers_used;