Re: [FFmpeg-devel] [PATCH 2/3] rtpdec_jpeg: use framesize from SDP if present

2016-01-25 Thread Michael Niedermayer
On Tue, Dec 08, 2015 at 02:10:32PM +0200, Andrey Utkin wrote: > This enables us to process pics larger than 2040 pixels in dimensions, > overcoming the limitation of RFC 2435. > > Signed-off-by: Andrey Utkin > --- > libavformat/rtpdec_jpeg.c | 46 +++--- >

[FFmpeg-devel] [PATCH 2/3] rtpdec_jpeg: use framesize from SDP if present

2015-12-08 Thread Andrey Utkin
This enables us to process pics larger than 2040 pixels in dimensions, overcoming the limitation of RFC 2435. Signed-off-by: Andrey Utkin --- libavformat/rtpdec_jpeg.c | 46 +++--- 1 file changed, 43 insertions(+), 3 deletions(-) diff --git a/libavformat/