lavc: add Intel libmfx-based H.264 encoder
This commit is contained in:
parent
9ba27c2348
commit
72b7441a10
10 changed files with 656 additions and 10 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue