mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
avcodec: add derf dpcm decoder
This commit is contained in:
parent
30a73361fa
commit
c6bbdba9cd
7 changed files with 44 additions and 0 deletions
|
|
@ -569,6 +569,7 @@ extern AVCodec ff_pcm_vidc_encoder;
|
|||
extern AVCodec ff_pcm_vidc_decoder;
|
||||
|
||||
/* DPCM codecs */
|
||||
extern AVCodec ff_derf_dpcm_decoder;
|
||||
extern AVCodec ff_gremlin_dpcm_decoder;
|
||||
extern AVCodec ff_interplay_dpcm_decoder;
|
||||
extern AVCodec ff_roq_dpcm_encoder;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue