diff options
author | Matthieu Bouron <matthieu.bouron@stupeflix.com> | 2016-03-11 17:21:04 +0100 |
---|---|---|
committer | Matthieu Bouron <matthieu.bouron@stupeflix.com> | 2016-07-08 17:02:37 +0200 |
commit | 0f2654c9a3eac1fd856a393047aacc4575620ecd (patch) | |
tree | 1da25de6aaae1c88db472fe3879b6de2ca2d2e85 /libavcodec/allcodecs.c | |
parent | 83a940e7fb9640954d631870e2ec6e8b3fc528ed (diff) | |
download | ffmpeg-0f2654c9a3eac1fd856a393047aacc4575620ecd.tar.gz |
lavc: add mediacodec hwaccel support
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 54efaad344..951e199f2e 100644 --- a/libavcodec/allcodecs.c +++ b/libavcodec/allcodecs.c @@ -72,6 +72,7 @@ void avcodec_register_all(void) REGISTER_HWACCEL(H264_CUVID, h264_cuvid); REGISTER_HWACCEL(H264_D3D11VA, h264_d3d11va); REGISTER_HWACCEL(H264_DXVA2, h264_dxva2); + REGISTER_HWACCEL(H264_MEDIACODEC, h264_mediacodec); REGISTER_HWACCEL(H264_MMAL, h264_mmal); REGISTER_HWACCEL(H264_QSV, h264_qsv); REGISTER_HWACCEL(H264_VAAPI, h264_vaapi); |