[FFmpeg-devel] [PATCH 1/2] avcodec/mpeg4_unpack_bframes: reduce code duplication

James Almer jamrial at gmail.com
Tue Mar 20 22:40:43 EET 2018


On 3/20/2018 4:30 PM, Michael Niedermayer wrote:
> On Sun, Mar 18, 2018 at 11:25:32PM -0300, James Almer wrote:
>> Also fixes one potential leak of side data in out if
>> the av_packet_from_data() call fails.
>>
>> Signed-off-by: James Almer <jamrial at gmail.com>
>> ---
>>  libavcodec/mpeg4_unpack_bframes_bsf.c | 20 ++++++++++----------
>>  1 file changed, 10 insertions(+), 10 deletions(-)
> 
> should be ok
> 
> thx

Pushed.


More information about the ffmpeg-devel mailing list