# HG changeset patch # User reimar # Date 1189619971 0 # Node ID bc46e44e1f69dbed43be5e03228c1cdc37c8ddbd # Parent 1f76906b4f0cf08056cc2157212c0547fa827d55 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 ;-) diff -r 1f76906b4f0c -r bc46e44e1f69 fmt-conversion.h --- 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: