mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-24 01:14:05 +08:00
avcodec/vbndec: add VBN decoder
Add support for decoding Vizrt Binary Image (VBN) files. LZW-compressed data is not supported yet. Signed-off-by: Marton Balint <cus@passwd.hu>
This commit is contained in:
@@ -347,6 +347,7 @@ extern const FFCodec ff_v408_decoder;
|
||||
extern const FFCodec ff_v410_encoder;
|
||||
extern const FFCodec ff_v410_decoder;
|
||||
extern const FFCodec ff_vb_decoder;
|
||||
extern const FFCodec ff_vbn_decoder;
|
||||
extern const FFCodec ff_vble_decoder;
|
||||
extern const FFCodec ff_vc1_decoder;
|
||||
extern const FFCodec ff_vc1_crystalhd_decoder;
|
||||
|
Reference in New Issue
Block a user