summaryrefslogtreecommitdiff
path: root/libavcodec/allcodecs.c
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2015-03-13 10:20:31 +0100
committerAnton Khirnov <anton@khirnov.net>2015-03-27 22:02:10 +0100
commit72b7441a10f578a1d0be7083d8f5adf6a01921c2 (patch)
tree33e50c8446453b53b922523f7e2b613831a60f35 /libavcodec/allcodecs.c
parent9ba27c2348d26000257e891e40a72facb0d916be (diff)
lavc: add Intel libmfx-based H.264 encoder
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 9827719de7..e185e9841d 100644
--- a/libavcodec/allcodecs.c
+++ b/libavcodec/allcodecs.c
@@ -469,6 +469,7 @@ void avcodec_register_all(void)
/* external libraries, that shouldn't be used by default if one of the
* above is available */
REGISTER_ENCODER(LIBOPENH264, libopenh264);
+ REGISTER_ENCODER(H264_QSV, h264_qsv);
/* parsers */
REGISTER_PARSER(AAC, aac);