summaryrefslogtreecommitdiff
path: root/libavutil/pixdesc.h
diff options
context:
space:
mode:
authorHendrik Leppkes <h.leppkes@gmail.com>2015-09-05 17:10:28 +0200
committerHendrik Leppkes <h.leppkes@gmail.com>2015-09-05 17:10:28 +0200
commitc10caea2144fefc5e3e80807f301b3bf7a9b2753 (patch)
treea95ff58f6b692e2352b6f8254d56cc92da5053f1 /libavutil/pixdesc.h
parent41194f065c8e9b138db069417494e2f845c7b275 (diff)
parent183db02a51a422568084b113a7571c845ca68622 (diff)
Merge commit '183db02a51a422568084b113a7571c845ca68622'
* commit '183db02a51a422568084b113a7571c845ca68622': lavu: Drop deprecated old_pix_fmt.h and related code Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
Diffstat (limited to 'libavutil/pixdesc.h')
-rw-r--r--libavutil/pixdesc.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/libavutil/pixdesc.h b/libavutil/pixdesc.h
index 78f8d559c4..dee4017f90 100644
--- a/libavutil/pixdesc.h
+++ b/libavutil/pixdesc.h
@@ -155,20 +155,6 @@ typedef struct AVPixFmtDescriptor {
*/
#define AV_PIX_FMT_FLAG_ALPHA (1 << 7)
-#if FF_API_PIX_FMT
-/**
- * @deprecated use the AV_PIX_FMT_FLAG_* flags
- */
-#define PIX_FMT_BE AV_PIX_FMT_FLAG_BE
-#define PIX_FMT_PAL AV_PIX_FMT_FLAG_PAL
-#define PIX_FMT_BITSTREAM AV_PIX_FMT_FLAG_BITSTREAM
-#define PIX_FMT_HWACCEL AV_PIX_FMT_FLAG_HWACCEL
-#define PIX_FMT_PLANAR AV_PIX_FMT_FLAG_PLANAR
-#define PIX_FMT_RGB AV_PIX_FMT_FLAG_RGB
-#define PIX_FMT_PSEUDOPAL AV_PIX_FMT_FLAG_PSEUDOPAL
-#define PIX_FMT_ALPHA AV_PIX_FMT_FLAG_ALPHA
-#endif
-
#if FF_API_PIX_FMT_DESC
/**
* The array of all the pixel format descriptors.