Re: [FFmpeg-devel] [PATCH] lavc/qsvenc: Add workaround for VP9 keyframe

2024-02-04 Thread Xiang, Haihao
On Vr, 2024-01-26 at 12:28 +0800, Xiang, Haihao wrote: > From: Haihao Xiang > > The runtime doesn't set the frame type to MFX_FRAMETYPE_IDR on the > returned mfx bitstream for a keyframe, it set the frame type to > MFX_FRAMETYPE_I only. This patch added workaround for VP9 keyframe to > make the c

[FFmpeg-devel] [PATCH] lavc/qsvenc: Add workaround for VP9 keyframe

2024-01-25 Thread Xiang, Haihao
From: Haihao Xiang The runtime doesn't set the frame type to MFX_FRAMETYPE_IDR on the returned mfx bitstream for a keyframe, it set the frame type to MFX_FRAMETYPE_I only. This patch added workaround for VP9 keyframe to make the coded stream seekable. Signed-off-by: Haihao Xiang --- libavcodec