Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavutil/pixfmt.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/libavutil/pixfmt.h b/libavutil/pixfmt.h
index 97e4ca48d0..5c54e3430c 100644
--- a/libavutil/pixfmt.h
+++ b/libavutil/pixfmt.h
@@ -128,10 +128,4 @@ enum PixelFormat {
#define PIX_FMT_RGB48 PIX_FMT_RGB48LE
#endif
-#if LIBAVUTIL_VERSION_INT < (50<<16)
-#define PIX_FMT_UYVY411 PIX_FMT_UYYVYY411
-#define PIX_FMT_RGBA32 PIX_FMT_RGB32
-#define PIX_FMT_YUV422 PIX_FMT_YUYV422
-#endif
-
#endif /* AVUTIL_PIXFMT_H */