[FFmpeg-cvslog] vulkan_h264: fix long-term ref handling

2023-10-31 Thread Benjamin Cheng
ffmpeg | branch: release/6.1 | Benjamin Cheng | Fri Oct 13 15:10:55 2023 -0400| [116cb346e36b71be0e45f97030eebeb893c16bfd] | committer: Lynne vulkan_h264: fix long-term ref handling h->long_ref isn't guaranteed to be contiguously filled. Use the approach from both vaapi_h264 and vdpau_h264 whi

[FFmpeg-cvslog] vulkan_h264: fix long-term ref handling

2023-10-31 Thread Benjamin Cheng
ffmpeg | branch: master | Benjamin Cheng | Fri Oct 13 15:10:55 2023 -0400| [4536de3769796a74ea26fcdfdae73af5e0fa8b5a] | committer: Lynne vulkan_h264: fix long-term ref handling h->long_ref isn't guaranteed to be contiguously filled. Use the approach from both vaapi_h264 and vdpau_h264 which goe