On 11/18/2016 9:53 PM, Michael Niedermayer wrote:
> On Thu, Nov 17, 2016 at 02:41:13AM -0300, James Almer wrote:
>> 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
>> ---
>> TODO: Version bump
On Thu, Nov 17, 2016 at 02:41:13AM -0300, James Almer wrote:
> 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
> ---
> TODO: Version bump.
>
> doc/APIchanges | 3 +++
> libavformat/av
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
---
TODO: Version bump.
doc/APIchanges | 3 +++
libavformat/avformat.h | 16
libavformat/utils.c| 32 +++