On Tue, Nov 22, 2016 at 5:09 PM, James Almer <[email protected]> wrote: > On 11/22/2016 5:32 PM, Vittorio Giovara wrote: >> 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 >> > > https://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=0b8df0ce48e6e3d3263f20ec0ce20fe72bdae318 > > It depends on 0ffea35, of course, since it fixes a regression introduced > by it.
ohh I see, yes I completely missed that, I'll resend this. Thanks for pointing that out! -- Vittorio _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
