diff options
author | Sebastien Zwickert <dilaroga@free.fr> | 2011-11-11 15:48:21 +0100 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2011-11-14 16:07:32 +0100 |
commit | ac3dbb4d5854e8884daca54fd1f187b7f3769183 (patch) | |
tree | de5de3a39c3a0401bde790a58ad0bdeeacfe9707 /libavcodec/allcodecs.c | |
parent | d8a091698af2a80495b7a4377253781080946380 (diff) | |
download | ffmpeg-ac3dbb4d5854e8884daca54fd1f187b7f3769183.tar.gz |
hwaccel: OS X Video Decoder Acceleration (VDA) support.
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
Diffstat (limited to 'libavcodec/allcodecs.c')
-rw-r--r-- | libavcodec/allcodecs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/allcodecs.c b/libavcodec/allcodecs.c index a4a2147f94..db213a1ae0 100644 --- a/libavcodec/allcodecs.c +++ b/libavcodec/allcodecs.c @@ -57,6 +57,7 @@ void avcodec_register_all(void) REGISTER_HWACCEL (H263_VAAPI, h263_vaapi); REGISTER_HWACCEL (H264_DXVA2, h264_dxva2); REGISTER_HWACCEL (H264_VAAPI, h264_vaapi); + REGISTER_HWACCEL (H264_VDA, h264_vda); REGISTER_HWACCEL (MPEG2_DXVA2, mpeg2_dxva2); REGISTER_HWACCEL (MPEG2_VAAPI, mpeg2_vaapi); REGISTER_HWACCEL (MPEG4_VAAPI, mpeg4_vaapi); |