On Mon, Jun 13, 2016 at 08:12:15PM +0200, Anton Khirnov wrote:
> Quoting Diego Biurrun (2016-06-09 17:11:51)
> > --- a/libavcodec/mpeg4audio.c
> > +++ b/libavcodec/mpeg4audio.c
> > --- a/libavcodec/mpeg4audio.h
> > +++ b/libavcodec/mpeg4audio.h
> > @@ -105,6 +106,6 @@ enum AudioObjectType {
> > #define MAX_PCE_SIZE 304 ///<Maximum size of a PCE including the 3-bit
> > ID_PCE
> > ///<marker and the comment
> >
> > -int avpriv_copy_pce_data(PutBitContext *pb, GetBitContext *gb);
> > +int avpriv_copy_pce_data(PutBitContext *pb, BitstreamContext *bc);
>
> This patch changes this function's signature, but not its callers. None
> of them (adtsenc, latmenc and adtstoasc_bsf) seems to be tested by FATE.
Yes, good catch, these commits need to be squashed together, along with
the AAC-related commits.
> Also, since this function is shared between libraries, this change is a
> potential ABI problem.
Do you have a suggestion?
Diego
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel