Change #278851
| Category | ffmpeg |
| Changed by | younengxiao <steven.xiao@amd.com> |
| Changed at | Fri 21 Aug 2026 10:25:47 |
| Repository | https://git.ffmpeg.org/ffmpeg.git |
| Project | ffmpeg |
| Branch | master |
| Revision | 5f69124aaaed9f7e01dad8d849577826e7a5b20c |
Comments
avcodec/vaapi_encode: remove duplicate FLAG_TIMESTAMP_NO_DELAY Use the shared FF_HW_FLAG_TIMESTAMP_NO_DELAY flag from hw_base_encode.h instead of VAAPI's own private definition with the same value and semantics. Signed-off-by: younengxiao <steven.xiao@amd.com>
Changed files
- libavcodec/vaapi_encode.c
- libavcodec/vaapi_encode.h
- libavcodec/vaapi_encode_av1.c