[FFmpeg-devel] [PATCH 01/50] avcodec/packet: deprecate av_init_packet()
James Almer
jamrial at gmail.com
Mon Feb 8 16:32:50 EET 2021
On 2/4/2021 4:09 PM, James Almer wrote:
> Once removed, sizeof(AVPacket) will stop being a part of the public ABI.
>
> Signed-off-by: James Almer <jamrial at gmail.com>
> ---
> libavcodec/avpacket.c | 23 +++++++++++++++--------
> libavcodec/packet.h | 23 +++++++++++++++++++----
> libavcodec/version.h | 3 +++
> libavformat/avformat.h | 4 ++++
> 4 files changed, 41 insertions(+), 12 deletions(-)
Will add APIChanges entry and version bump, and apply soon.
More information about the ffmpeg-devel
mailing list