Mercurial > libavcodec.hg
comparison vdpau.h @ 10509:cdf5b1ed3500 libavcodec
Add VDPAU hardware accelerated decoding for MPEG-4 ASP which can be used
by video players.
Original patch by NVIDIA corporation.
author | cehoyos |
---|---|
date | Tue, 10 Nov 2009 18:52:39 +0000 |
parents | 7a0648324174 |
children | 4cd2ef16fb63 |
comparison
equal
deleted
inserted
replaced
10508:f33404f82b9e | 10509:cdf5b1ed3500 |
---|---|
71 /** picture parameter information for all supported codecs */ | 71 /** picture parameter information for all supported codecs */ |
72 union VdpPictureInfo { | 72 union VdpPictureInfo { |
73 VdpPictureInfoH264 h264; | 73 VdpPictureInfoH264 h264; |
74 VdpPictureInfoMPEG1Or2 mpeg; | 74 VdpPictureInfoMPEG1Or2 mpeg; |
75 VdpPictureInfoVC1 vc1; | 75 VdpPictureInfoVC1 vc1; |
76 VdpPictureInfoMPEG4Part2 mpeg4; | |
76 } info; | 77 } info; |
77 | 78 |
78 /** Describe size/location of the compressed video data. | 79 /** Describe size/location of the compressed video data. |
79 Set to 0 when freeing bitstream_buffers. */ | 80 Set to 0 when freeing bitstream_buffers. */ |
80 int bitstream_buffers_allocated; | 81 int bitstream_buffers_allocated; |