avcodec: add CBD2 DPCM decoder

This commit is contained in:
Paul B Mahol
2023-01-24 16:14:25 +01:00
parent 0c7da96924
commit 01343683fa
10 changed files with 25 additions and 1 deletions

View File

@@ -620,6 +620,7 @@ extern const FFCodec ff_pcm_vidc_encoder;
extern const FFCodec ff_pcm_vidc_decoder;
/* DPCM codecs */
extern const FFCodec ff_cbd2_dpcm_decoder;
extern const FFCodec ff_derf_dpcm_decoder;
extern const FFCodec ff_gremlin_dpcm_decoder;
extern const FFCodec ff_interplay_dpcm_decoder;