lavc: add a ProRes RAW decoder

This commit is contained in:
Lynne 2025-06-28 04:51:23 +09:00
parent 5674879db5
commit 589b3ed943
No known key found for this signature in database
GPG key ID: A2FEA5F03F034464
5 changed files with 595 additions and 0 deletions

View file

@ -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;