[FFmpeg-devel] [PATCH v3 1/2] avcodec: add support for Cunning Developments' ADPCM

Zane van Iperen zane at zanevaniperen.com
Tue Mar 24 16:16:37 EET 2020


On Mon, 23 Mar 2020 19:24:27 +0100
"Michael Niedermayer" <michael at niedermayer.cc> wrote:

> > +
> > +const int16_t ff_adpcm_ima_cunning_index_table[8] = {
> > +    -1, -1, -1, -1, 1, 2, 3, 4,
> > +};  
> 
> this could be int8_t
> 

Thanks, fixed.

Will send a follow-up patch shortly.

> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
> 
> To unsubscribe, visit link above, or email
> ffmpeg-devel-request at ffmpeg.org with subject "unsubscribe".



More information about the ffmpeg-devel mailing list