X-Git-Url: http://git.ffmpeg.org/gitweb/ffmpeg.git/blobdiff_plain/c10caea2144fefc5e3e80807f301b3bf7a9b2753..0eed703d648c20eea8271be21f46540230d517e6:/libavutil/pixdesc.h diff --git a/libavutil/pixdesc.h b/libavutil/pixdesc.h index dee4017..b0b8285 100644 --- a/libavutil/pixdesc.h +++ b/libavutil/pixdesc.h @@ -155,13 +155,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.