Re: [FFmpeg-devel] [PATCH]lavf/rtpenc_jpeg: Fix quantisation table handling

2015-07-10 Thread Carl Eugen Hoyos
On Thursday 09 July 2015 09:58:58 pm Carl Eugen Hoyos wrote: > Hi! > > Attached patch fixes jpeg over rtp if the encoder placed > quantisation tables into different DQT chunks. New patch attached with header size check fixed. Carl Eugen diff --git a/libavformat/rtpenc_jpeg.c b/libavformat/rtpenc_

[FFmpeg-devel] [PATCH]lavf/rtpenc_jpeg: Fix quantisation table handling

2015-07-09 Thread Carl Eugen Hoyos
Hi! Attached patch fixes jpeg over rtp if the encoder placed quantisation tables into different DQT chunks. Sample also attached. Please review, Carl Eugen diff --git a/libavformat/rtpenc_jpeg.c b/libavformat/rtpenc_jpeg.c index 13d61a9..84aa66c 100644 --- a/libavformat/rtpenc_jpeg.c +++ b/libav