GNOME Bugzilla – Bug 613332
[cog] generate_tables generates invalid tables for YUV->RGB
Last modified: 2010-03-25 09:30:08 UTC
Hi, attached patch fixes this. For some reason the fields >255 are lowered by 255, probably to make them work with cog's orc code. The attached patch generates correct tables without the orc offsetting ;)
Created attachment 156562 [details] [review] cog: Generate correct YUV->RGB tables
Applied. That tool wasn't really meant to build the tables in cogvirtframe.c directly, but I suppose it should be fixed to do that.