mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-07 09:41:32 +08: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:

committed by
Michael Niedermayer

parent
469f8b1dcb
commit
6eac554659
@@ -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);
|
||||
|
Reference in New Issue
Block a user