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 /libavutil/pixdesc.c | |
parent | 83a940e7fb9640954d631870e2ec6e8b3fc528ed (diff) | |
download | ffmpeg-0f2654c9a3eac1fd856a393047aacc4575620ecd.tar.gz |
lavc: add mediacodec hwaccel support
Diffstat (limited to 'libavutil/pixdesc.c')
-rw-r--r-- | libavutil/pixdesc.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libavutil/pixdesc.c b/libavutil/pixdesc.c index 0dffa4dbdb..d88aaf7701 100644 --- a/libavutil/pixdesc.c +++ b/libavutil/pixdesc.c @@ -1974,6 +1974,10 @@ static const AVPixFmtDescriptor av_pix_fmt_descriptors[AV_PIX_FMT_NB] = { .name = "qsv", .flags = AV_PIX_FMT_FLAG_HWACCEL, }, + [AV_PIX_FMT_MEDIACODEC] = { + .name = "mediacodec", + .flags = AV_PIX_FMT_FLAG_HWACCEL, + }, [AV_PIX_FMT_MMAL] = { .name = "mmal", .flags = AV_PIX_FMT_FLAG_HWACCEL, |