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 _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel