[FFmpeg-devel] [PATCH v4] avcodec/snowenc: fix setting motion_est option
James Almer
jamrial at gmail.com
Tue Aug 29 03:37:20 EEST 2017
On 8/28/2017 9:13 PM, Michael Niedermayer wrote:
> On Sat, Aug 26, 2017 at 10:53:10PM -0300, James Almer wrote:
>> Remove usage of FF_MPV_COMMON_OPTS, and set SnowContext.motion_est directly.
>> Based on code from svq1enc.c
>>
>> Signed-off-by: James Almer <jamrial at gmail.com>
>> ---
>> libavcodec/snow.h | 3 ++-
>> libavcodec/snowenc.c | 11 +++++++----
>> 2 files changed, 9 insertions(+), 5 deletions(-)
>
> couldnt find another failure
>
> thx
Pushed, thanks.
More information about the ffmpeg-devel
mailing list