Re: [FFmpeg-devel] [PATCH] avcodec/libaomenc: correct range for cpu-used

2018-08-05 Thread Gyan Doshi
On 05-08-2018 02:12 PM, Gyan Doshi wrote: Will push soon, if nothing else. Pushed as 076b19660e7c9466d2d78ff9ae66b97ff2b6aa1e Gyan ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH] avcodec/libaomenc: correct range for cpu-used

2018-08-05 Thread Gyan Doshi
On 05-08-2018 01:49 PM, Carl Eugen Hoyos wrote: Am 05.08.2018 um 08:09 schrieb Gyan Doshi : Don't know if micro bump is needed. You may (should) always bump micro when the behaviour changes, if this counts as a change is up to you (the options you remove didn’t work before afaiu). At

Re: [FFmpeg-devel] [PATCH] avcodec/libaomenc: correct range for cpu-used

2018-08-05 Thread Carl Eugen Hoyos
> Am 05.08.2018 um 08:09 schrieb Gyan Doshi : > > Don't know if micro bump is needed. You may (should) always bump micro when the behaviour changes, if this counts as a change is up to you (the options you remove didn’t work before afaiu). Carl Eugen _

[FFmpeg-devel] [PATCH] avcodec/libaomenc: correct range for cpu-used

2018-08-04 Thread Gyan Doshi
Don't know if micro bump is needed. From 4078eb3627999632234eb84cb132ddc4c7c96583 Mon Sep 17 00:00:00 2001 From: Gyan Doshi Date: Sun, 5 Aug 2018 11:33:45 +0530 Subject: [PATCH] avcodec/libaomenc: correct range for cpu-used Valid range is [0,8] as stated in aom.git:aom/aomcx.h Fixes #7343 ---