[FFmpeg-devel] [PATCH 3/7] avformat/hlsenc: fix segmentation issues
Michael Niedermayer
michaelni at gmx.at
Tue Jul 29 16:25:24 CEST 2014
On Tue, Jul 29, 2014 at 03:40:54PM +0200, Michael Niedermayer wrote:
[...]
> > @@ -289,7 +321,7 @@ static int hls_write_header(AVFormatContext *ctx)
> >
> > ret = avformat_write_header(hls->ctx, NULL);
> > if (ret < 0)
> > - return ret;
> > + goto fail;
> >
> > return 0;
> >
>
> unrelated bugfix -> seperate patch please
applied this hunk
thanks
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
I know you won't believe me, but the highest form of Human Excellence is
to question oneself and others. -- Socrates
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20140729/5b3d1700/attachment.asc>
More information about the ffmpeg-devel
mailing list