Mercurial > libavcodec.hg
changeset 9334:44f117042212 libavcodec
Register VA API HW accelerators.
Pending bits from earlier approved patches:
https://lists.mplayerhq.hu/pipermail/ffmpeg-devel/2009-March/066111.html
https://lists.mplayerhq.hu/pipermail/ffmpeg-devel/2009-April/066918.html
author | gb |
---|---|
date | Thu, 02 Apr 2009 08:53:34 +0000 |
parents | 1d5e31fcb7c2 |
children | c7396480f8e3 |
files | allcodecs.c |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/allcodecs.c Thu Apr 02 08:48:06 2009 +0000 +++ b/allcodecs.c Thu Apr 02 08:53:34 2009 +0000 @@ -54,6 +54,9 @@ initialized = 1; /* hardware accelerators */ + REGISTER_HWACCEL (H263_VAAPI, h263_vaapi); + REGISTER_HWACCEL (MPEG2_VAAPI, mpeg2_vaapi); + REGISTER_HWACCEL (MPEG4_VAAPI, mpeg4_vaapi); /* video codecs */ REGISTER_DECODER (AASC, aasc);