Re: [FFmpeg-devel] [PATCH v2] avcodec/amfenc: add query_timeout option for h264/hevc

2022-05-12 Thread zhilizhao(赵志立)
> On May 12, 2022, at 7:34 PM, 孙波 wrote: > > I think set maximum to 1000ms is better, because value bigger than 1000 can't > effect in my test. Please send v3 to update the default value and range. And check AMF_VIDEO_ENCODER_HEVC_QUERY_TIMEOUT/AMF_VIDEO_ENCODER_QUERY_TIMEOUT are defined. Cur

[FFmpeg-devel] [PATCH v2] avcodec/amfenc: add query_timeout option for h264/hevc

2022-05-12 Thread Zhao Zhili
From: 21pages Signed-off-by: 21pages Co-authored-by: Zhao Zhili --- v2: fix range libavcodec/amfenc.h | 1 + libavcodec/amfenc_h264.c | 4 libavcodec/amfenc_hevc.c | 4 libavcodec/version.h | 2 +- 4 files changed, 10 insertions(+), 1 deletion(-) diff --git a/libavcodec/a