On 11/21/2016 8:49 PM, Vittorio Giovara wrote:
> From: James Almer <jamr...@gmail.com>
> 
> Functionally similar to av_packet_add_side_data(). Allows the use of an
> already allocated buffer as stream side data.
> 
> Signed-off-by: James Almer <jamr...@gmail.com>
> Signed-off-by: Vittorio Giovara <vittorio.giov...@gmail.com>
> ---
> Needed to clean up the new side data additions in mov.c
> Vittorio
> 
>  doc/APIchanges         |  3 +++
>  libavformat/avformat.h | 15 +++++++++++++++
>  libavformat/utils.c    | 32 +++++++++++++++++++++++---------
>  libavformat/version.h  |  2 +-
>  4 files changed, 42 insertions(+), 10 deletions(-)

You could squash this with commits 0ffea35 (making the return codes
consistent with av_packet_add_side_data) and 0b8df0c (fixing an
embarrassing mistake introduced by the previous commit).

_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to