diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index dd7c4b4ce5..52cc5b0ca0 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -4632,7 +4632,10 @@ int av_copy_packet(AVPacket *dst, const AVPacket *src); * Copy packet side data * * @return 0 on success, negative AVERROR on fail + * + * @deprecated Use av_packet_copy_props */ +attribute_deprecated int av_copy_packet_side_data(AVPacket *dst, const AVPacket *src); /**