[FFmpeg-devel] [PATCH] avformat: remove unused MP4A_LATM flag

Gyan Doshi gyandoshi at gmail.com
Tue Jun 12 11:33:14 EEST 2018



On 12-06-2018 01:39 PM, Hendrik Leppkes wrote:

> This flag is part of the public API, and eventhough it is entirely
> unused, you cannot remove public API without a proper deprecation
> period.

Ok, so looking at older flags, I need to

add a define to version.h, something like

#ifndef FF_API_LAVF_MP4A_LATM
#define FF_API_LAVF_MP4A_LATM    (LIBAVFORMAT_VERSION_MAJOR < 59)
#endif

and place the flag under guard in avformat.h

And place same guard in the options table.

Is that correct?

I assume the other changes can be committed as-is.

Thanks,
Gyan


More information about the ffmpeg-devel mailing list