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:
authorDiego Biurrun <diego@biurrun.de>2009-03-15 20:20:24 +0300
committerDiego Biurrun <diego@biurrun.de>2009-03-15 20:20:24 +0300
commit3cf6adaf64b67a746b58480dbe7e8376181195cf (patch)
treec46007dd788b0c5623e71cb092c504041d8d56f5 /libavutil/pixfmt.h
parent323a8230fba21e9e66f31c435209d596d5050381 (diff)
Remove code that was disabled by the recent major version bump.
Originally committed as revision 17990 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil/pixfmt.h')
-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 */