summaryrefslogtreecommitdiff
path: root/libavcodec/vaapi_hevc.h
Commit message (Collapse)AuthorAge
* lavc/vaapi_hevc: add function to find exact va_profile for REXTLinjie Fu2020-02-24
Add vaapi_parse_rext_profile and use profile constraint flags to determine the exact va_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: Linjie Fu <linjie.fu@intel.com>