Re: [Live-devel] testRTSPClient and MJPEG decoding

2013-07-29 Thread Ross Finlayson
> I've been looking at the JPEG images in JpegSnoop and hex view. It appears > that there are 4 extra bytes between the luminance and chrominance > quantization tables. I've looked at the code for > JPEGVideoRTPSource::processSpecialHeader(), and I don't yet see why the extra > bytes would occu

Re: [Live-devel] testRTSPClient and MJPEG decoding

2013-07-29 Thread Tim Gee
I've been looking at the JPEG images in JpegSnoop and hex view. It appears that there are 4 extra bytes between the luminance and chrominance quantization tables. I've looked at the code for JPEGVideoRTPSource::processSpecialHeader(), and I don't yet see why the extra bytes would occur. I'll ke