[MPlayer-cvslog] r24436 - trunk/fmt-conversion.h
reimar
subversion at mplayerhq.hu
Wed Sep 12 19:59:31 CEST 2007
Author: reimar
Date: Wed Sep 12 19:59:31 2007
New Revision: 24436
Log:
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 ;-)
Modified:
trunk/fmt-conversion.h
Modified: trunk/fmt-conversion.h
==============================================================================
--- trunk/fmt-conversion.h (original)
+++ trunk/fmt-conversion.h Wed Sep 12 19:59:31 2007
@@ -57,6 +57,7 @@ enum PixelFormat imgfmt2pixfmt(int fmt)
case IMGFMT_YVU9:
return PIX_FMT_YUV410P;
case IMGFMT_I420:
+ case IMGFMT_IYUV:
case IMGFMT_YV12:
return PIX_FMT_YUV420P;
case IMGFMT_411P:
More information about the MPlayer-cvslog
mailing list