From aef93d245d49997b5f148347325233377ae61ffd Mon Sep 17 00:00:00 2001 From: reimar Date: Wed, 12 Sep 2007 17:59:31 +0000 Subject: 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 ;-) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24436 b3059339-0415-0410-9bf9-f77b7e298cf2 --- fmt-conversion.h | 1 + 1 file changed, 1 insertion(+) (limited to 'fmt-conversion.h') diff --git a/fmt-conversion.h b/fmt-conversion.h index d89ba7c204..a0619c5a55 100644 --- a/fmt-conversion.h +++ b/fmt-conversion.h @@ -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: -- cgit v1.2.3