Hi all. I want to parse a pes packet, which a vdr-device gets via its cDevice method (int cDevice::PlayVideo(const uchar* data, int length). I have looked at this page: http://dvd.sourceforge.net/dvdinfo/pes-hdr.html and i can parse pes, dts and other stuff. But i need some more informations like horizontal size and vertical size, which can be found in a sequence header (http://dvd.sourceforge.net/dvdinfo/mpeghdrs.html#seq). Can somebody help me with this task? I must say, that i dont know where to find the sequence header in the pes packet. Thanks, Christian