summaryrefslogtreecommitdiff
path: root/libavcodec/allcodecs.c
diff options
context:
space:
mode:
authorMark Thompson <sw@jkqxz.net>2016-11-29 20:38:29 +0000
committerMark Thompson <sw@jkqxz.net>2017-01-30 23:03:46 +0000
commitca62236a89f47bd871eaf69d8d9e837c93c55a6c (patch)
tree4e978a22abcde3937a67d2d8559ff2defe4bffff /libavcodec/allcodecs.c
parentff35aa8ca4069bf1543adeec4c28e51e4a012eee (diff)
vaapi_encode: Add VP8 support
Diffstat (limited to 'libavcodec/allcodecs.c')
-rw-r--r--libavcodec/allcodecs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/allcodecs.c b/libavcodec/allcodecs.c
index 92b9ce18c5..46c42c578a 100644
--- a/libavcodec/allcodecs.c
+++ b/libavcodec/allcodecs.c
@@ -511,6 +511,7 @@ void avcodec_register_all(void)
REGISTER_ENCODER(NVENC_H264, nvenc_h264);
REGISTER_ENCODER(NVENC_HEVC, nvenc_hevc);
#endif
+ REGISTER_ENCODER(VP8_VAAPI, vp8_vaapi);
/* parsers */
REGISTER_PARSER(AAC, aac);