diff options
author | Paul B Mahol <onemda@gmail.com> | 2012-01-01 12:16:42 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-01-02 03:35:23 +0100 |
commit | dfa77dead2c97ec84092066102b14a2524d4d88b (patch) | |
tree | cdbd2019a900668ac4bb5a2297ff966a25d6bd4c /doc | |
parent | b1031562351d81fb56f9338df5876dc2153d9f26 (diff) | |
download | ffmpeg-dfa77dead2c97ec84092066102b14a2524d4d88b.tar.gz |
y41p encoder and decoder
y41p is a packed 12-bit 4:1:1 YUV format used by Brooktree.
Fixes issue 1123 / ticket #102.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/general.texi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/general.texi b/doc/general.texi index b04d7d788f..8ca34f99ee 100644 --- a/doc/general.texi +++ b/doc/general.texi @@ -445,6 +445,7 @@ following image formats are supported: @tab Used in some games from Bethesda Softworks. @item Bink Video @tab @tab X @item Bitmap Brothers JV video @tab @tab X +@item y41p Brooktree uncompressed 4:1:1 12-bit @tab X @tab X @item Brute Force & Ignorance @tab @tab X @tab Used in the game Flash Traffic: City of Angels. @item C93 video @tab @tab X |