Re: [FFmpeg-devel] [PATCH v4 2/2] libavformat/img2dec: Added pgx demuxer

2020-06-29 Thread Gautam Ramakrishnan
On Tue, Jun 30, 2020 at 12:28 AM Nicolas George wrote: > > gautamr...@gmail.com (12020-06-30): > > From: Gautam Ramakrishnan > > > > This patch adds support to demux pgx file > > format. > > --- > > libavformat/allformats.c | 1 + > > libavformat/img2dec.c| 9 + > > libavformat/versi

Re: [FFmpeg-devel] [PATCH v4 2/2] libavformat/img2dec: Added pgx demuxer

2020-06-29 Thread Nicolas George
gautamr...@gmail.com (12020-06-30): > From: Gautam Ramakrishnan > > This patch adds support to demux pgx file > format. > --- > libavformat/allformats.c | 1 + > libavformat/img2dec.c| 9 + > libavformat/version.h| 2 +- > 3 files changed, 11 insertions(+), 1 deletion(-) > > dif

[FFmpeg-devel] [PATCH v4 2/2] libavformat/img2dec: Added pgx demuxer

2020-06-29 Thread gautamramk
From: Gautam Ramakrishnan This patch adds support to demux pgx file format. --- libavformat/allformats.c | 1 + libavformat/img2dec.c| 9 + libavformat/version.h| 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/libavformat/allformats.c b/libavformat/allformat