From 2b93a48ac8e092a74001b406ed9a20b6025faee6 Mon Sep 17 00:00:00 2001 From: cehoyos Date: Tue, 10 Nov 2009 19:11:13 +0000 Subject: 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 --- codec-cfg.c | 1 + 1 file changed, 1 insertion(+) (limited to 'codec-cfg.c') 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} }; -- cgit v1.2.3