changeset 24416:bc46e44e1f69

DOCS/tech/colorspaces.txt says I420 and IYUV are the same, so add IYUV at the same place. It can't break anything worse than it is now (i.e. not working/supported at all) and hopefully triggers a bug report so it gets fixed if it's wrong ;-)
author reimar
date Wed, 12 Sep 2007 17:59:31 +0000
parents 1f76906b4f0c
children e1178632eacf
files fmt-conversion.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/fmt-conversion.h	Wed Sep 12 17:57:40 2007 +0000
+++ b/fmt-conversion.h	Wed Sep 12 17:59:31 2007 +0000
@@ -57,6 +57,7 @@
         case IMGFMT_YVU9:
             return PIX_FMT_YUV410P;
         case IMGFMT_I420:
+        case IMGFMT_IYUV:
         case IMGFMT_YV12:
             return PIX_FMT_YUV420P;
         case IMGFMT_411P: