[FFmpeg-devel] [PATCH 1/3] avformat/utils: add av_stream_add_side_data()
James Almer
jamrial at gmail.com
Sat Nov 19 03:18:51 EET 2016
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 <jamrial at gmail.com>
>> ---
>> TODO: Version bump.
>>
>> doc/APIchanges | 3 +++
>> libavformat/avformat.h | 16 ++++++++++++++++
>> libavformat/utils.c | 32 +++++++++++++++++++++++---------
>> 3 files changed, 42 insertions(+), 9 deletions(-)
>
> LGTM
>
> thx
Pushed, thanks.
More information about the ffmpeg-devel
mailing list