From cfe2cf0a63c2f6a39cfe7a97d8191031e717bc69 Mon Sep 17 00:00:00 2001 From: Gautam Ramakrishnan Date: Fri, 3 Jul 2020 00:49:38 +0530 Subject: libavcodec/pgxdec: Add PGX decoder This patch adds a pgx decoder. Signed-off-by: Michael Niedermayer --- doc/general.texi | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc/general.texi') diff --git a/doc/general.texi b/doc/general.texi index ea34b963b5..53d556c56c 100644 --- a/doc/general.texi +++ b/doc/general.texi @@ -751,6 +751,8 @@ following image formats are supported: @tab Portable GrayMap image @item PGMYUV @tab X @tab X @tab PGM with U and V components in YUV 4:2:0 +@item PGX @tab @tab X + @tab PGX file decoder @item PIC @tab @tab X @tab Pictor/PC Paint @item PNG @tab X @tab X -- cgit v1.2.3