mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
lavc: add a ProRes RAW decoder
This commit is contained in:
parent
5674879db5
commit
589b3ed943
5 changed files with 595 additions and 0 deletions
|
|
@ -269,6 +269,7 @@ extern const FFCodec ff_prores_encoder;
|
|||
extern const FFCodec ff_prores_decoder;
|
||||
extern const FFCodec ff_prores_aw_encoder;
|
||||
extern const FFCodec ff_prores_ks_encoder;
|
||||
extern const FFCodec ff_prores_raw_decoder;
|
||||
extern const FFCodec ff_prosumer_decoder;
|
||||
extern const FFCodec ff_psd_decoder;
|
||||
extern const FFCodec ff_ptx_decoder;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue