On Sun, Mar 25, 2018 at 03:17:19PM -0300, James Almer wrote:
> On 3/25/2018 2:54 PM, Mark Thompson wrote:
> > On 25/03/18 05:03, James Almer wrote:
> >> It works as a drop in replacement for the deprecated av_dup_packet(),
> >> to ensure a packet is reference counted.
> >>
> >> Signed-off-by: James
On 3/25/2018 2:54 PM, Mark Thompson wrote:
> On 25/03/18 05:03, James Almer wrote:
>> It works as a drop in replacement for the deprecated av_dup_packet(),
>> to ensure a packet is reference counted.
>>
>> Signed-off-by: James Almer
>> ---
>> Better name welcome.
>>
>> libavcodec/avcodec.h | 18
On 25/03/18 05:03, James Almer wrote:
> It works as a drop in replacement for the deprecated av_dup_packet(),
> to ensure a packet is reference counted.
>
> Signed-off-by: James Almer
> ---
> Better name welcome.
>
> libavcodec/avcodec.h | 18 +-
> libavcodec/avpacket.c | 18 ++
It works as a drop in replacement for the deprecated av_dup_packet(),
to ensure a packet is reference counted.
Signed-off-by: James Almer
---
Better name welcome.
libavcodec/avcodec.h | 18 +-
libavcodec/avpacket.c | 18 ++
2 files changed, 35 insertions(+), 1 d