From 2f8cbbc962dfc0dc1dd0a90b2cd6c21266380f51 Mon Sep 17 00:00:00 2001 From: Vittorio Giovara Date: Tue, 28 Jul 2015 14:30:28 +0100 Subject: lavu: Drop deprecated external access to AVPixFmtDescriptor table Deprecated in 10/2012. --- libavutil/pixdesc.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'libavutil/pixdesc.h') diff --git a/libavutil/pixdesc.h b/libavutil/pixdesc.h index 8a97095186..351391389c 100644 --- a/libavutil/pixdesc.h +++ b/libavutil/pixdesc.h @@ -137,13 +137,6 @@ typedef struct AVPixFmtDescriptor { */ #define AV_PIX_FMT_FLAG_ALPHA (1 << 7) -#if FF_API_PIX_FMT_DESC -/** - * The array of all the pixel format descriptors. - */ -extern attribute_deprecated const AVPixFmtDescriptor av_pix_fmt_descriptors[]; -#endif - /** * Read a line from an image, and write the values of the * pixel format component c to dst. -- cgit v1.2.3