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

mash/mash-1/psvp rep-decoder-h2612uncompressed.cc rep-decoder-jpeg2jpegcompressed.cc rep-decoder-jpeg2semicompressed.cc rep-xcoder-jpegcompressed2uncompressed.cc



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

Modified Files:
	rep-decoder-h2612uncompressed.cc 
	rep-decoder-jpeg2jpegcompressed.cc 
	rep-decoder-jpeg2semicompressed.cc 
	rep-xcoder-jpegcompressed2uncompressed.cc 
Log Message:
Fixed misleading 411 to correct 420. H.261 only does 4:2:0, and 
MJPEG over RTP is only defined for 4:2:2 and 4:2:0, never for 
4:1:1. 

The only code left that still refers to 411 is inside the mash/render 
directory. I think it is also incorrect (which is coherente with 
mash presenting correct colors), but am not completley sure.