diff options
author | James Almer <jamrial@gmail.com> | 2023-01-11 10:48:27 -0300 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2023-02-09 15:35:14 +0100 |
commit | 16c4e8f9c106c1e4f4e50a06b7ed0350928775b8 (patch) | |
tree | 33e2d74c93953cd44d081a7184cbfcfd44d70506 /libavutil/frame.h | |
parent | 21814a70db08999efee49531c67f62e2678a62f4 (diff) | |
download | ffmpeg-16c4e8f9c106c1e4f4e50a06b7ed0350928775b8.tar.gz |
avutil: remove FF_API_COLORSPACE_NAME
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavutil/frame.h')
-rw-r--r-- | libavutil/frame.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/libavutil/frame.h b/libavutil/frame.h index 911af515f4..e5c92a0ca8 100644 --- a/libavutil/frame.h +++ b/libavutil/frame.h @@ -725,15 +725,6 @@ typedef struct AVFrame { } AVFrame; -#if FF_API_COLORSPACE_NAME -/** - * Get the name of a colorspace. - * @return a static string identifying the colorspace; can be NULL. - * @deprecated use av_color_space_name() - */ -attribute_deprecated -const char *av_get_colorspace_name(enum AVColorSpace val); -#endif /** * Allocate an AVFrame and set its fields to default values. The resulting * struct must be freed using av_frame_free(). |