diff libmpcodecs/img_format.h @ 29843:f6d56a15f1d8

Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capable hardware. Original patch by NVIDIA corporation.
author cehoyos
date Tue, 10 Nov 2009 19:11:13 +0000
parents c9c2befb2409
children 0447ba499275
line wrap: on
line diff
--- a/libmpcodecs/img_format.h	Tue Nov 10 18:10:16 2009 +0000
+++ b/libmpcodecs/img_format.h	Tue Nov 10 19:11:13 2009 +0000
@@ -120,6 +120,7 @@
 #define IMGFMT_VDPAU_H264          (IMGFMT_VDPAU|0x03)
 #define IMGFMT_VDPAU_WMV3          (IMGFMT_VDPAU|0x04)
 #define IMGFMT_VDPAU_VC1           (IMGFMT_VDPAU|0x05)
+#define IMGFMT_VDPAU_MPEG4         (IMGFMT_VDPAU|0x06)
 
 typedef struct {
     void* data;