summaryrefslogtreecommitdiff
path: root/libavutil/frame.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavutil/frame.h')
-rw-r--r--libavutil/frame.h9
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().