25 #define HEADER_SIZE 24
48 if(bytestream_get_le16(&bytestream) != HEADER_SIZE)
50 width = bytestream_get_le16(&bytestream);
51 height = bytestream_get_le16(&bytestream);
52 if(!(width==320 && height==240) && !(width==160 && height==120))
56 fourcc = bytestream_get_le32(&bytestream);
57 if(fourcc !=
MKTAG(
'M',
'L',
'2',
'0'))
106 uint32_t
size, timestamp;
122 pkt->
pts = timestamp;
123 pkt->
dts = timestamp;