diff options
author | Gwenole Beauchesne <gbeauchesne@splitted-desktop.com> | 2009-12-29 08:48:18 +0000 |
---|---|---|
committer | Gwenole Beauchesne <gbeauchesne@splitted-desktop.com> | 2009-12-29 08:48:18 +0000 |
commit | 07c9f6f673a3e5699b703a26fc86da6e7ff107ee (patch) | |
tree | ddb7bbfc3e016d9f469daedd4f26f2d1eb14f239 /libavcodec/allcodecs.c | |
parent | 5f000d5f386601e2316a243c3e41536dfbbccf4d (diff) | |
download | ffmpeg-07c9f6f673a3e5699b703a26fc86da6e7ff107ee.tar.gz |
Add H.264 bitstream decoding through VAAPI.
Originally committed as revision 20957 to svn://svn.ffmpeg.org/ffmpeg/trunk
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 0cb5f3d21f..20d64ff24c 100644 --- a/libavcodec/allcodecs.c +++ b/libavcodec/allcodecs.c @@ -55,6 +55,7 @@ void avcodec_register_all(void) /* hardware accelerators */ REGISTER_HWACCEL (H263_VAAPI, h263_vaapi); + REGISTER_HWACCEL (H264_VAAPI, h264_vaapi); REGISTER_HWACCEL (MPEG2_VAAPI, mpeg2_vaapi); REGISTER_HWACCEL (MPEG4_VAAPI, mpeg4_vaapi); REGISTER_HWACCEL (VC1_VAAPI, vc1_vaapi); |