[FFmpeg-devel] [PATCH 3/3 v2] avformat/hls: Add missing error check for avcodec_parameters_copy()

Andreas Cadhalpun andreas.cadhalpun at googlemail.com
Mon Nov 7 01:08:24 EET 2016


On 06.11.2016 23:52, Anssi Hannula wrote:
> Signed-off-by: Anssi Hannula <anssi.hannula at iki.fi>
> ---
> 
> 07.11.2016, 00:35, Andreas Cadhalpun kirjoitti:
>> On 06.11.2016 22:44, Anssi Hannula wrote:
>>> Signed-off-by: Anssi Hannula <anssi.hannula at iki.fi>
>>> ---
>>>  libavformat/hls.c | 18 ++++++++++++++----
>>>  1 file changed, 14 insertions(+), 4 deletions(-)
>>>
>>
>> This misses checking the return code of the other occurrence of
>> set_stream_info_from_input_stream in hls_read_packet.
> 
> Argh, true. Here's a new one.
> 
> 
>  libavformat/hls.c | 27 +++++++++++++++++++++------
>  1 file changed, 21 insertions(+), 6 deletions(-)
> 

LGTM.

Best regards,
Andreas



More information about the ffmpeg-devel mailing list