Re: [FFmpeg-devel] [PATCH] lavc/qsvenc_hevc: restore the default gop size

2023-08-15 Thread Xiang, Haihao
On Vr, 2023-08-11 at 14:35 +0800, Xiang, Haihao wrote: > From: Haihao Xiang > > commit a3c0a3e changed the default settings and expected the runtime can > choose a best value. However the runtime doesn't set a valid gop size > for hevc encoder, hence the output steam is non-seekable, which is > i

[FFmpeg-devel] [PATCH] lavc/qsvenc_hevc: restore the default gop size

2023-08-10 Thread Xiang, Haihao
From: Haihao Xiang commit a3c0a3e changed the default settings and expected the runtime can choose a best value. However the runtime doesn't set a valid gop size for hevc encoder, hence the output steam is non-seekable, which is inconvenient to user [1][2] [1] https://github.com/intel/media-driv