diff options
author | Derek Buitenhuis <derek.buitenhuis@gmail.com> | 2012-03-18 15:04:38 -0400 |
---|---|---|
committer | Kostya Shishkov <kostya.shishkov@gmail.com> | 2012-03-19 19:02:23 +0100 |
commit | 0e714f889ee4e3a1632a11c345b5b5a1414d8fc5 (patch) | |
tree | 16d55d3d59fda67bdb6dc70b3d89f0e461a12737 /doc/general.texi | |
parent | b8560637d93b632bd6b318baea4dc68b79e2ef85 (diff) | |
download | ffmpeg-0e714f889ee4e3a1632a11c345b5b5a1414d8fc5.tar.gz |
ZeroCodec Decoder
An obscure Japanese lossless video codec, originally intended
for use with a remote desktop application.
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
Signed-off-by: Kostya Shishkov <kostya.shishkov@gmail.com>
Diffstat (limited to 'doc/general.texi')
-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 bbadb2150e..0c14003dee 100644 --- a/doc/general.texi +++ b/doc/general.texi @@ -329,6 +329,7 @@ library: @tab Microsoft audio container used by XAudio 2. @item YUV4MPEG pipe @tab X @tab X @item Psygnosis YOP @tab @tab X +@item ZeroCodec Lossless Video @tab @tab X @end multitable @code{X} means that encoding (resp. decoding) is supported. |