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
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
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