~ubuntu-branches/ubuntu/hoary/kdemultimedia/hoary

« back to all changes in this revision

Viewing changes to mpeglib/lib/util/render/dither2YUV/README

  • Committer: Bazaar Package Importer
  • Author(s): Martin Schulze
  • Date: 2003-01-22 15:00:51 UTC
  • Revision ID: james.westby@ubuntu.com-20030122150051-uihwkdoxf15mi1tn
Tags: upstream-2.2.2
ImportĀ upstreamĀ versionĀ 2.2.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
 
 
3
* we have a Dither2Yuv base class. Currently this is not derived
 
4
  from a basic ditherWrapper class because we don not have this
 
5
  in mpeglib yet.
 
6
  TODO: change in mpeglib DitherWrapper->Dither2RGB and
 
7
        make DitherWrapper pure virtual and derive Dither2YUV
 
8
        Dither2RGB from this class.
 
9
 
 
10
* Note we do not support 8 Bit here, thus the constructor looks
 
11
  dofferent.
 
12
 
 
13