mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
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>
This commit is contained in:
parent
469f8b1dcb
commit
6eac554659
9 changed files with 248 additions and 1 deletions
|
|
@ -97,6 +97,7 @@ void avcodec_register_all(void)
|
|||
REGISTER_DECODER (CINEPAK, cinepak);
|
||||
REGISTER_ENCDEC (CLJR, cljr);
|
||||
REGISTER_DECODER (CLLC, cllc);
|
||||
REGISTER_DECODER (CPIA, cpia);
|
||||
REGISTER_DECODER (CSCD, cscd);
|
||||
REGISTER_DECODER (CYUV, cyuv);
|
||||
REGISTER_DECODER (DFA, dfa);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue