On 11/22/2016 5:32 PM, Vittorio Giovara wrote:
> On Tue, Nov 22, 2016 at 10:04 AM, James Almer <jamr...@gmail.com> wrote:
>> 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).
> 
> 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.

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

Reply via email to