]> git.sesse.net Git - ffmpeg/commit
lavc/qsv: extactly map profile
authorZhong Li <zhong.li@intel.com>
Sun, 28 Apr 2019 12:27:48 +0000 (20:27 +0800)
committerZhong Li <zhong.li@intel.com>
Tue, 7 May 2019 03:00:19 +0000 (11:00 +0800)
commit5b318ce68df6cb4939b0be68e22853621e1e3aab
treef100b67d8d050eb500eded1859407e144ae4cd5b
parent94ab39ec78c536703f77821fc039fee649105aab
lavc/qsv: extactly map profile

Currently profile mapping is hard-coded, and not flexible to do extactly
map (E.g: libmfx treats H264 constrained baseline to be baseline profile).

vaapi profile mapping funtion provides a better soultion than current
qsv mapping.

Signed-off-by: Zhong Li <zhong.li@intel.com>
libavcodec/qsv.c