[FFmpeg-devel] [PATCH 3/3] lavc: remove Libav ABI compat hacks
wm4
nfxjfg at googlemail.com
Sat Sep 5 19:24:45 CEST 2015
On Sat, 5 Sep 2015 19:21:28 +0200
Nicolas George <george at nsup.org> wrote:
> Le nonidi 19 fructidor, an CCXXIII, wm4 a écrit :
> > ---
> > I bet this fixes some bugs, because some code compares codec IDs with
> > AV_CODEC_ID_FIRST_AUDIO numerically!
> > ---
> > libavcodec/avcodec.h | 150 +++++++++++++++++++++++++--------------------------
> > libavcodec/utils.c | 6 ---
> > 2 files changed, 75 insertions(+), 81 deletions(-)
>
> And so, what happens when libav introduces a new codec id with a value that
> conflicts?
Nothing. We don't need to be ABI compatible with Libav.
More information about the ffmpeg-devel
mailing list