On Thu, 09 Jun 2011 13:59:52 -0400, Justin Ruggles <[email protected]> wrote: > On 06/09/2011 01:47 PM, Anton Khirnov wrote: > > > @@ -3944,7 +3946,7 @@ static int ffserver_opt_default(const char *opt, > > const char *arg, > > AVCodecContext *avctx, int type) > > { > > int ret = 0; > > - const AVOption *o = av_opt_find(avctx, opt, NULL, type, 0); > > + const AVOption *o = av_opt_find(avctx, opt, NULL, type, 2); > > > magic number? and what is flag 2 anyway? >
Oops. I wonder where that hunk came from. Discarded locally. -- Anton Khirnov _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
