Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGautam Ramakrishnan <gautamramk@gmail.com>2020-07-02 22:19:38 +0300
committerMichael Niedermayer <michael@niedermayer.cc>2020-07-04 00:28:26 +0300
commitcfe2cf0a63c2f6a39cfe7a97d8191031e717bc69 (patch)
treeebc4a6dedbe536dde3a012f80573b2de0d1e2b4d /doc/general.texi
parent76a3ee996bf9f3435b1c11d69639cd1e971f20c3 (diff)
libavcodec/pgxdec: Add PGX decoder
This patch adds a pgx decoder. Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'doc/general.texi')
-rw-r--r--doc/general.texi2
1 files changed, 2 insertions, 0 deletions
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