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

Attachment: signature.asc
Description: Digital signature

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to