[FFmpeg-devel] [PATCH] avcodec: Micronas SC-4 decoder and parser
James Almer
jamrial at gmail.com
Sat Sep 10 22:17:05 EEST 2022
On 9/10/2022 4:11 PM, Paul B Mahol wrote:
> On 9/10/22, James Almer <jamrial at gmail.com> wrote:
>> On 9/10/2022 3:27 PM, Paul B Mahol wrote:
>>> Patches attached.
>>
>> This looks like it would fit in adpcm.c as an ADPCM codec.
>
> Nope
nibble, step, prediction. All terminology taken straight out of adpcm,
down to the decoding process.
The entire decoder can surely be implemented in adpcm.c and named
adpcm_msc4, and unless you have a good reason not to I'd really like you
doing so, because once the AVCodecID is added renaming it becomes a PITA.
More information about the ffmpeg-devel
mailing list