summaryrefslogtreecommitdiffstats
path: root/codec-cfg.c
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 /codec-cfg.c
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 'codec-cfg.c')
-rw-r--r--codec-cfg.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/codec-cfg.c b/codec-cfg.c
index 86424b54c4..b36ecfc50f 100644
--- a/codec-cfg.c
+++ b/codec-cfg.c
@@ -192,6 +192,7 @@ static int add_to_format(char *s, char *alias,unsigned int *fourcc, unsigned int
{"VDPAU_H264",IMGFMT_VDPAU_H264},
{"VDPAU_WMV3",IMGFMT_VDPAU_WMV3},
{"VDPAU_VC1",IMGFMT_VDPAU_VC1},
+ {"VDPAU_MPEG4",IMGFMT_VDPAU_MPEG4},
{NULL, 0}
};