Re: [FFmpeg-devel] [RFC Patch 2/2] libavformat/rtpenc_jpeg2000 JPEG2000 RTP Muxer

2020-07-22 Thread Gautam Ramakrishnan
On Thu, Jul 23, 2020 at 12:56 AM wrote: > > From: Gautam Ramakrishnan > > This patch adds support to mux JPEG2000 streams over > RTP. > --- > libavformat/Makefile | 1 + > libavformat/rtpenc.c | 4 ++ > libavformat/rtpenc.h | 1 + > libavformat/rtpenc_jpeg2000.c

[FFmpeg-devel] [RFC Patch 2/2] libavformat/rtpenc_jpeg2000 JPEG2000 RTP Muxer

2020-07-22 Thread gautamramk
From: Gautam Ramakrishnan This patch adds support to mux JPEG2000 streams over RTP. --- libavformat/Makefile | 1 + libavformat/rtpenc.c | 4 ++ libavformat/rtpenc.h | 1 + libavformat/rtpenc_jpeg2000.c | 121 ++ libavformat/sdp.c