On 9/25/2017 12:28 AM, James Almer wrote:
> This is meant for cases where av_packet_copy_props() can't be used as
> only side data needs to be copied.
> 
> Signed-off-by: James Almer <jamr...@gmail.com>
> ---
>  doc/APIchanges        |  3 +++
>  libavcodec/avcodec.h  | 13 +++++++++++++
>  libavcodec/avpacket.c | 45 +++++++++++++++++++++++++++++++++++++++++++++
>  libavcodec/version.h  |  2 +-
>  4 files changed, 62 insertions(+), 1 deletion(-)

wm4 argued that av_packet_copy_props() should be used for this, even if
no other packet fields need to be copied. The caller can work around
that on their own code.

I'm fine with dropping the set if others agree with him.
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to