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?

-Justin

_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to