Re: [FFmpeg-devel] [PATCH 1/2] libavcodec/qsvenc_hevc: add tier option

2022-11-06 Thread Xiang, Haihao
On Wed, 2022-11-02 at 01:58 +0800, nyanmisaka wrote: > Without this change, MSDK/VPL always defaults the HEVC tier to MAIN if the > -level is specified. > Also, according to the HEVC specs, only level >= 4 can support High Tier. > > Signed-off-by: nyanmisaka > --- > libavcodec/qsvenc.c | 5

[FFmpeg-devel] [PATCH 1/2] libavcodec/qsvenc_hevc: add tier option

2022-11-01 Thread nyanmisaka
Without this change, MSDK/VPL always defaults the HEVC tier to MAIN if the -level is specified. Also, according to the HEVC specs, only level >= 4 can support High Tier. Signed-off-by: nyanmisaka --- libavcodec/qsvenc.c | 5 - libavcodec/qsvenc.h | 1 + libavcodec/qsvenc_hevc.c |

[FFmpeg-devel] [PATCH 1/2] libavcodec/qsvenc_hevc: add tier option

2022-11-01 Thread nyanmisaka
Without this change, MSDK/VPL always defaults the HEVC tier to MAIN if the -level is specified. Also, according to the HEVC specs, only level >= 4 can support High Tier. Signed-off-by: nyanmisaka --- libavcodec/qsvenc.c | 5 - libavcodec/qsvenc.h | 1 + libavcodec/qsvenc_hevc.c |