diff options
author | Haihao Xiang <haihao.xiang@intel.com> | 2021-12-13 14:50:35 +0800 |
---|---|---|
committer | Zhong Li <zhongli_dev@126.com> | 2021-12-19 22:14:51 +0800 |
commit | 50c38e1a4453f8073b980e91b336e7d94e65769a (patch) | |
tree | 74b9f1973f7c6f6359a097db819e7621a3665858 /libswscale/hscale.c | |
parent | 3857ecbe70e81cb6ad7a7f155c311e8522b93b3e (diff) | |
download | ffmpeg-50c38e1a4453f8073b980e91b336e7d94e65769a.tar.gz |
lavc/qsvenc: define profile array per codec
The SDK defines HEVC, VP9 and AV1 profiles in the same values
e.g.
MFX_PROFILE_HEVC_MAIN =1,
MFX_PROFILE_VP9_0 =1,
MFX_PROFILE_AV1_MAIN =1,
To avoid potential errors when adding VP9, AV1 profiles later,
this patch defines profile array per codec.
Signed-off-by: Zhong Li <zhongli_dev@126.com>
Diffstat (limited to 'libswscale/hscale.c')
0 files changed, 0 insertions, 0 deletions