]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/vdpau.h
Implement a SIMD version of emulated_edge_mc() for x86.
[ffmpeg] / libavcodec / vdpau.h
index 32d0c67f9f66151732028b03d4bd584bb643abe8..ab5f682c62229d9ac0e121895d04373a91d8251c 100644 (file)
@@ -38,7 +38,6 @@
  * and rendering (API calls) are done as part of the VDPAU
  * presentation (vo_vdpau.c) module.
  *
- * @{
  * \defgroup  VDPAU_Decoding VDPAU Decoding
  * \ingroup Decoder
  * @{
@@ -70,9 +69,10 @@ struct vdpau_render_state {
 
     /** picture parameter information for all supported codecs */
     union VdpPictureInfo {
-        VdpPictureInfoH264     h264;
-        VdpPictureInfoMPEG1Or2 mpeg;
-        VdpPictureInfoVC1       vc1;
+        VdpPictureInfoH264        h264;
+        VdpPictureInfoMPEG1Or2    mpeg;
+        VdpPictureInfoVC1          vc1;
+        VdpPictureInfoMPEG4Part2 mpeg4;
     } info;
 
     /** Describe size/location of the compressed video data.