diff options
author | Gautam Ramakrishnan <gautamramk@gmail.com> | 2020-07-03 00:49:38 +0530 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2020-07-03 23:28:26 +0200 |
commit | cfe2cf0a63c2f6a39cfe7a97d8191031e717bc69 (patch) | |
tree | ebc4a6dedbe536dde3a012f80573b2de0d1e2b4d /doc | |
parent | 76a3ee996bf9f3435b1c11d69639cd1e971f20c3 (diff) | |
download | ffmpeg-cfe2cf0a63c2f6a39cfe7a97d8191031e717bc69.tar.gz |
libavcodec/pgxdec: Add PGX decoder
This patch adds a pgx decoder.
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/general.texi | 2 |
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 |