[FFmpeg-devel] [PATCH 1/3] libavformat/avio: Utility function to return URLContext

Jeyapal, Karthick kjeyapal at akamai.com
Thu Nov 16 14:14:29 EET 2017


>On 11/16/17, 4:43 PM, "Nicolas George" <george at nsup.org> wrote:

Thanks for the reply.

>I think that would work, thanks.
>
>But I see that in the other patches you call ffio_geturlcontext()
>without checking its return value. That is not good at all, and that
>would make Coverity squirm.
>
>If you are sure that you are always calling it with a real URLContext,
>then make the test an av_assert0(). I think it is the case. Otherwise,
>you need to check the return value.

I have done the change as suggested. Please find the new patch attached.

>Also, I see the other patch calling prot->url_write directly: I think it
>should call ffurl_write() instead.

I need to send ‘0’ byte http packet to indicate close.
But ffurl_write doesn’t call http_write for a 0 byte packet.
Hence, I am calling prot->url_write directly. 

>Regards,
>
>-- 
>  Nicolas George

Regards,
Karthick

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0003-libavformat-hlsenc-Persistent-HTTP-connections-suppo.patch
Type: application/octet-stream
Size: 5640 bytes
Desc: 0003-libavformat-hlsenc-Persistent-HTTP-connections-suppo.patch
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20171116/355ad55d/attachment.obj>


More information about the ffmpeg-devel mailing list