]> git.sesse.net Git - ffmpeg/commit
lavc/vdpau_hevc: add function to find exact vdp_profile for REXT
authorManojGuptaBonda <mbonda@nvidia.com>
Sat, 27 Jun 2020 13:34:21 +0000 (19:04 +0530)
committerPhilip Langdale <philipl@overt.org>
Fri, 10 Jul 2020 03:54:11 +0000 (20:54 -0700)
commit3c821c4ad3a11e974294613b3f4873028c6f2bc3
tree1db6e5e3660ceea6245d084350c96e28bb48d5f7
parent61880e1ad02fd260e2366d2b666532c353ccc055
lavc/vdpau_hevc: add function to find exact vdp_profile for REXT

Add vdpau_parse_rext_profile and use profile constraint flags to
determine the exact vdp_profile for HEVC_REXT.

If profile mismatch is allowed, select Main profile by default.

Add build object in Makefile for h265_profile_level dependency.

Signed-off-by: Philip Langdale <philipl@overt.org>
libavcodec/Makefile
libavcodec/vdpau_hevc.c