On Wed, Aug 31, 2011 at 5:04 AM, Anton Khirnov <[email protected]> wrote:
> ---
>  libavcodec/libx264.c |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/libavcodec/libx264.c b/libavcodec/libx264.c
> index 8614ec5..bff29d8 100644
> --- a/libavcodec/libx264.c
> +++ b/libavcodec/libx264.c
> @@ -476,6 +476,7 @@ static const AVClass class = {
>
>  static const AVCodecDefault x264_defaults[] = {
>     { "b",                "0" },
> +    { "threads",          "0" },
>     { NULL },
>  };
>
> --
> 1.7.5.4

X264_THREADS_AUTO exists for a reason, you should use it.

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

Reply via email to