Commit 2cea51d6 authored by diego's avatar diego

Remove code that was disabled by the recent major version bump.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17990 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 2b7eda48
......@@ -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 */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment