[FFmpeg-devel] [PATCH 2/3] lavc: deprecate AV_CODEC_CAP_SUBFRAMES

James Almer jamrial at gmail.com
Tue May 9 15:40:28 EEST 2023


On 5/9/2023 9:02 AM, Anton Khirnov wrote:
> Quoting James Almer (2023-05-09 13:56:22)
>> On 5/9/2023 7:30 AM, Anton Khirnov wrote:
>>> There is nothing meaningful the caller can do with it.
>>> ---
>>>    libavcodec/alsdec.c         |  6 +++++-
>>>    libavcodec/apac.c           |  6 ++++--
>>>    libavcodec/apedec.c         |  6 +++++-
>>>    libavcodec/atrac3.c         | 12 ++++++++++--
>>>    libavcodec/atrac9dec.c      |  6 +++++-
>>>    libavcodec/bonk.c           |  6 ++++--
>>>    libavcodec/codec.h          |  3 +++
>>>    libavcodec/ftr.c            |  6 +++++-
>>>    libavcodec/g723_1dec.c      |  6 +++++-
>>>    libavcodec/g729dec.c        | 12 ++++++++++--
>>>    libavcodec/libspeexdec.c    |  6 +++++-
>>>    libavcodec/misc4.c          |  5 ++++-
>>>    libavcodec/shorten.c        |  6 ++++--
>>>    libavcodec/tests/avcodec.c  |  3 +--
>>>    libavcodec/version_major.h  |  1 +
>>>    libavcodec/wavarc.c         |  2 ++
>>>    libavcodec/wmalosslessdec.c |  6 +++++-
>>>    libavcodec/wmaprodec.c      | 18 +++++++++++++++---
>>>    libavcodec/wmavoice.c       |  6 +++++-
>>>    19 files changed, 98 insertions(+), 24 deletions(-)
>>
>> Missing APIChanges entry.
>>
>> For that matter, when there's no replacement for a deprecated API, and
>> thus there's no point in bumping minor, what should the APIChanges entry
>> point to?
> 
> Is there a point in having an APIchanges entry when no API actually
> changed?

You have added entries saying "Deprecated X without replacement" before.


More information about the ffmpeg-devel mailing list