[FFmpeg-devel] [PATCH v2] avcodec/noise_bsf: move the reference in the bsf internal buffer

James Almer jamrial at gmail.com
Sat Mar 24 03:29:42 EET 2018


On 3/23/2018 10:24 PM, Michael Niedermayer wrote:
> On Wed, Mar 21, 2018 at 10:53:04PM -0300, James Almer wrote:
>> There's no need to allocate a new packet for it.
>>
>> Signed-off-by: James Almer <jamrial at gmail.com>
>> ---
>> Now using av_packet_make_writable() to make sure the packet can be
>> written to.
>>
>>  libavcodec/noise_bsf.c | 25 +++++++++----------------
>>  1 file changed, 9 insertions(+), 16 deletions(-)
> 
> should be ok
> 
> thx

Pushed, thanks.


More information about the ffmpeg-devel mailing list