[FFmpeg-devel] [PATCH] Newtek SpeedHQ decoder.

Paul B Mahol onemda at gmail.com
Sun Jan 8 15:16:16 EET 2017


On 1/8/17, Steinar H. Gunderson <steinar+ffmpeg at gunderson.no> wrote:
> On Sun, Jan 08, 2017 at 01:45:07PM +0100, Paul B Mahol wrote:
>>> diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
>>> index ca8b786077..23e1ecc7a7 100644
>>> --- a/libavcodec/avcodec.h
>>> +++ b/libavcodec/avcodec.h
>>> @@ -388,6 +388,14 @@ enum AVCodecID {
>>>      AV_CODEC_ID_DXV,
>>>      AV_CODEC_ID_SCREENPRESSO,
>>>      AV_CODEC_ID_RSCC,
>>> +    AV_CODEC_ID_SHQ0,
>>> +    AV_CODEC_ID_SHQ1,
>>> +    AV_CODEC_ID_SHQ2,
>>> +    AV_CODEC_ID_SHQ3,
>>> +    AV_CODEC_ID_SHQ4,
>>> +    AV_CODEC_ID_SHQ5,
>>> +    AV_CODEC_ID_SHQ7,
>>> +    AV_CODEC_ID_SHQ9,
>> Wrong place, put it after YLC, bellow.
>
> Will move. What's the intended ordering here, really?
>

The ffmpeg added codecs goes after PIXLET, libav one goes after RSCC.

But I guess its no longer important.


More information about the ffmpeg-devel mailing list