summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/img_format.h
diff options
context:
space:
mode:
authorcehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-11-10 19:11:13 +0000
committercehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-11-10 19:11:13 +0000
commit2b93a48ac8e092a74001b406ed9a20b6025faee6 (patch)
tree731705f120eea604a9337654ef170e89c48c9506 /libmpcodecs/img_format.h
parenta63e8dce213e797cbf4c955f28ed03b0fabda0b9 (diff)
downloadmpv-2b93a48ac8e092a74001b406ed9a20b6025faee6.tar.bz2
mpv-2b93a48ac8e092a74001b406ed9a20b6025faee6.tar.xz
Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capable
hardware. Original patch by NVIDIA corporation. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29885 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpcodecs/img_format.h')
-rw-r--r--libmpcodecs/img_format.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libmpcodecs/img_format.h b/libmpcodecs/img_format.h
index 12a9ef72ef..94ab281262 100644
--- a/libmpcodecs/img_format.h
+++ b/libmpcodecs/img_format.h
@@ -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;