lavc: add Intel libmfx-based H.264 encoder

This commit is contained in:
Anton Khirnov 2015-03-13 10:20:31 +01:00
parent 9ba27c2348
commit 72b7441a10
10 changed files with 656 additions and 10 deletions

View file

@ -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);