[FFmpeg-cvslog] swscale: remove fork bug that i missed in the merge.

Michael Niedermayer git at videolan.org
Wed May 11 06:31:41 CEST 2011


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Wed May 11 06:26:47 2011 +0200| [e3497907efb8b991c6de935ca8eca840f186e45b] | committer: Michael Niedermayer

swscale: remove fork bug that i missed in the merge.
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e3497907efb8b991c6de935ca8eca840f186e45b
---

 libswscale/utils.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/libswscale/utils.c b/libswscale/utils.c
index f00a45c..2c62694 100644
--- a/libswscale/utils.c
+++ b/libswscale/utils.c
@@ -107,13 +107,9 @@ const char *swscale_license(void)
         || (x)==PIX_FMT_YUV440P     \
         || (x)==PIX_FMT_MONOWHITE   \
         || (x)==PIX_FMT_MONOBLACK   \
-        || (x)==PIX_FMT_YUV420P9LE    \
-        || (x)==PIX_FMT_YUV420P10LE   \
         || (x)==PIX_FMT_YUV420P16LE   \
         || (x)==PIX_FMT_YUV422P16LE   \
         || (x)==PIX_FMT_YUV444P16LE   \
-        || (x)==PIX_FMT_YUV420P9BE    \
-        || (x)==PIX_FMT_YUV420P10BE   \
         || (x)==PIX_FMT_YUV420P16BE   \
         || (x)==PIX_FMT_YUV422P16BE   \
         || (x)==PIX_FMT_YUV444P16BE   \



More information about the ffmpeg-cvslog mailing list