diff options
author | Stephan Hilb <stephan@ecshi.net> | 2012-08-23 18:40:22 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-08-31 00:24:11 +0200 |
commit | 6eac554659b6b6e9b348ec26c44b5105a3f4b11c (patch) | |
tree | a2a723ff2606b5bc72e02f40c21e30062e14ca9e /doc/general.texi | |
parent | 469f8b1dcbacc921555af6c068db28ad3d3e5006 (diff) | |
download | ffmpeg-6eac554659b6b6e9b348ec26c44b5105a3f4b11c.tar.gz |
Add CPiA video decoder
The cpia video decoder is intended to be used with the v4l2 demuxer.
There are some small changes to the v4l2 demuxer to support the
variable frame length of the format.
Fixes ticket #1537
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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 419eac7ae1..301c98cc88 100644 --- a/doc/general.texi +++ b/doc/general.texi @@ -512,6 +512,7 @@ following image formats are supported: @item Cinepak @tab @tab X @item Cirrus Logic AccuPak @tab X @tab X @tab fourcc: CLJR +@item CPiA Video Format @tab @tab X @item Creative YUV (CYUV) @tab @tab X @item DFA @tab @tab X @tab Codec used in Chronomaster game. |