diff 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
line wrap: on
line diff
--- a/vdpau.h	Mon Jan 19 23:41:46 2009 +0000
+++ b/vdpau.h	Tue Jan 20 09:28:36 2009 +0000
@@ -72,6 +72,7 @@
     union VdpPictureInfo {
         VdpPictureInfoMPEG1Or2 mpeg;
         VdpPictureInfoH264     h264;
+        VdpPictureInfoVC1       vc1;
     } info;
 
     /** Describe size/location of the compressed video data. */