diff options
author | Diego Biurrun <diego@biurrun.de> | 2009-03-15 17:20:24 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-03-15 17:20:24 +0000 |
commit | 3cf6adaf64b67a746b58480dbe7e8376181195cf (patch) | |
tree | c46007dd788b0c5623e71cb092c504041d8d56f5 /libavutil/pixfmt.h | |
parent | 323a8230fba21e9e66f31c435209d596d5050381 (diff) | |
download | ffmpeg-3cf6adaf64b67a746b58480dbe7e8376181195cf.tar.gz |
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.h | 6 |
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 */ |