Bug 551378 - Implement 4:4:4 colorspace conversion routine for YCbCr layers code - r=roc

This commit is contained in:
Chris Double
2010-04-21 15:05:34 +12:00
parent 405d052c63
commit 398a58c634
12 changed files with 273 additions and 20 deletions

View File

@@ -219,9 +219,6 @@ protected:
* The Image that is rendered is the picture region defined by
* mPicX, mPicY and mPicSize. The size of the rendered image is
* mPicSize, not mYSize or mCbCrSize.
*
* Note: The color-conversion code does not currently support 4:4:4
* and an error is raised in this case. See bug 551378.
*/
class THEBES_API PlanarYCbCrImage : public Image {
public: