On Tue, Nov 22, 2016 at 10:04 AM, James Almer <[email protected]> wrote: > On 11/21/2016 8:49 PM, Vittorio Giovara wrote: >> From: James Almer <[email protected]> >> >> 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 <[email protected]> >> Signed-off-by: Vittorio Giovara <[email protected]> >> --- >> 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).
I squashed 0ffea35, and I had already squashed the err/ret change, but I couldn't find 0b8df0c, which one are you referring to? Thank you -- Vittorio _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
