[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

mash/mash-1/video video-win32.cc



Update of /usr/mash/src/repository/mash/mash-1/video
In directory gumby.cs.berkeley.edu:/tmp/cvs-serv16010

Modified Files:
	video-win32.cc 
Log Message:
OpenMash used several names to refer to the color subsampling scheme
of a frame. Sometimes "decimation" was used (JPEG and H.261 decoders,
Renderer objects, Color* objects, etc.). This name is clearly confusing,
as "decimate" is used in several objects to refer to the frame size (1
meaning 4CIF, 2 meaning CIF, and 4 meaning QCIF). Several other times
"cformat_" was used (VideoCapture objects).

Now it's csss_ everywhere.