[FFmpeg-devel] [PATCH 4/4] VP4 video decoder

Carl Eugen Hoyos ceffmpeg at gmail.com
Sun Jan 6 13:59:48 EET 2019


2019-01-06 12:50 GMT+01:00, Peter Ross <pross at xvid.org>:
> On Sun, Jan 06, 2019 at 10:11:14AM +0100, Paul B Mahol wrote:
>> On 1/6/19, Peter Ross <pross at xvid.org> wrote:
>> > ---
>> >  Changelog               |   1 +
>> >  doc/general.texi        |   2 +
>> >  libavcodec/codec_desc.c |   2 +-
>> >  libavcodec/vp3.c        | 701 ++++++++++++++++++++++++++++++++++++++--
>> >  libavformat/riff.c      |   1 +
>> >  5 files changed, 671 insertions(+), 36 deletions(-)
>>
>> Why is it not using own codec id? It is better that way IMHO.
>
> seperate ids would enable users to independently disable the decoder.
> but other than that, i don't know what value this brings.

It would theoretically improve remuxing, if in doubt, please use a
separate id.

Carl Eugen


More information about the ffmpeg-devel mailing list