You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-04 22:03:09 +02:00
avutil: remove deprecated FF_API_VULKAN_CONTIGUOUS_MEMORY
Deprecated since 2023-05-28. Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
@ -197,11 +197,6 @@ typedef enum AVVkFrameFlags {
|
|||||||
* device and tiling during av_hwframe_ctx_init(). */
|
* device and tiling during av_hwframe_ctx_init(). */
|
||||||
AV_VK_FRAME_FLAG_NONE = (1ULL << 0),
|
AV_VK_FRAME_FLAG_NONE = (1ULL << 0),
|
||||||
|
|
||||||
#if FF_API_VULKAN_CONTIGUOUS_MEMORY
|
|
||||||
/* DEPRECATED: does nothing. Replaced by multiplane images. */
|
|
||||||
AV_VK_FRAME_FLAG_CONTIGUOUS_MEMORY = (1ULL << 1),
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/* Disables multiplane images.
|
/* Disables multiplane images.
|
||||||
* This is required to export/import images from CUDA. */
|
* This is required to export/import images from CUDA. */
|
||||||
AV_VK_FRAME_FLAG_DISABLE_MULTIPLANE = (1ULL << 2),
|
AV_VK_FRAME_FLAG_DISABLE_MULTIPLANE = (1ULL << 2),
|
||||||
|
@ -105,7 +105,6 @@
|
|||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define FF_API_VULKAN_CONTIGUOUS_MEMORY (LIBAVUTIL_VERSION_MAJOR < 60)
|
|
||||||
#define FF_API_H274_FILM_GRAIN_VCS (LIBAVUTIL_VERSION_MAJOR < 60)
|
#define FF_API_H274_FILM_GRAIN_VCS (LIBAVUTIL_VERSION_MAJOR < 60)
|
||||||
#define FF_API_MOD_UINTP2 (LIBAVUTIL_VERSION_MAJOR < 60)
|
#define FF_API_MOD_UINTP2 (LIBAVUTIL_VERSION_MAJOR < 60)
|
||||||
#define FF_API_RISCV_FD_ZBA (LIBAVUTIL_VERSION_MAJOR < 60)
|
#define FF_API_RISCV_FD_ZBA (LIBAVUTIL_VERSION_MAJOR < 60)
|
||||||
|
Reference in New Issue
Block a user