From: Christophe M. <ma...@vi...> - 2001-09-19 18:41:23
|
À (At) 9:03 -0800 19/09/01, Wade Kamkoff écrivait (wrote) : > - the color is weird. greenish? Perhaps a problem with the YUV transform (green picture means U and V coordinates are 0). > - the frames seem to play out of order..like f1..f3..f2..f4..f6...etc The vout layer is supposed to reorder the frames coming from the decoder. I,P and B pictures are inverted in the stream, so they must be re-inverted by your module. -- Christophe Massiot. |