Mercurial > libavutil.hg
changeset 695:bb17c851dfde libavutil
Remove code that was disabled by the recent major version bump.
author | diego |
---|---|
date | Sun, 15 Mar 2009 17:20:24 +0000 |
parents | 7af4b9eede26 |
children | f23019f8fd69 |
files | pixfmt.h |
diffstat | 1 files changed, 0 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/pixfmt.h Sun Mar 15 16:36:36 2009 +0000 +++ b/pixfmt.h Sun Mar 15 17:20:24 2009 +0000 @@ -128,10 +128,4 @@ #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 */