On Fri, Aug 01, 2014 at 08:37:27PM -0400, compn wrote: > patch from https://trac.ffmpeg.org/ticket/3824 > > -compn
> diff --git a/libavformat/http.c b/libavformat/http.c > index 33585b0..3dffaee 100644 > --- a/libavformat/http.c > +++ b/libavformat/http.c > @@ -229,6 +229,7 @@ redo: > memset(&s->auth_state, 0, sizeof(s->auth_state)); > attempts = 0; > location_changed = 0; > + lower_proto = "tcp"; > goto redo; > } > return 0; probably ok, iam not maintainer of http.c though who is the author of this change though (as you write "patch from") ? if its not you, please set the author of the commit correctly [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Complexity theory is the science of finding the exact solution to an approximation. Benchmarking OTOH is finding an approximation of the exact
signature.asc
Description: Digital signature
_______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel